files
Here are 1,256 public repositories matching this topic...
-
Updated
Nov 19, 2018 - JavaScript
-
Updated
Apr 5, 2020 - Shell
-
Updated
May 4, 2020 - Swift
Currently only gitignores from cwd and down are taken into account for gitignore filtering. What about those who are higher in a hierarchy?
Use case: monorepo repositories (like babel f
uploadTimeout option defaults to 60000 in the source code, which is missing from the list of options specified in README.md file.
while zsh handles binary data correctly in its process substitution, other shells like bash and fish don't.
zsh:
% print -R -n - $pass | wc -c
509
bash:
-bash: warning: command substitution: ignored null byte in input
$ echo -n -e $pass | wc -c
507
fish:
> echo -n -e $pass | wc -c
323
In order to pass the correct key to cryptsetup I th
-
Updated
May 27, 2020 - JavaScript
-
Updated
May 26, 2020 - Kotlin
A pip install requirements.txt runs into permission issues as a non-root user. Since sudo pip should never be invoked, pip install requirements.txt should read pip install requirements.txt --user.
Database errors
When i start lolisafe .js i got warnings
`Knex:warning - Use async .hasTable to check if table exists and then use plain .createTable. Since .createTableIfNotExists actually just generates plain "CREATE TABLE IF NOT EXIST..." query it will not work correctly if there are any alter table queries generated for columns afterwards. To not break old migrations this function is left untouched for now,
-
Updated
Oct 20, 2019 - Go
Unbloat readme
We are moving to readthedocs since the readme file is getting quite large now, but is still widely unfinished, you can contribute to pomf-docs to finish it
also obligatory @pomf/documentation
-
Updated
May 17, 2020 - PHP
-
Updated
Apr 23, 2020 - Rust
-
Updated
May 4, 2020 - Python
-
Updated
May 23, 2020 - C++
Improve this page
Add a description, image, and links to the files topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the files topic, visit your repo's landing page and select "manage topics."


I've been testing Uppy with Preact 10.4.3 and have found that the plugins don't render correctly. The issue is that the VNode shape has changed.
An example of this issue can be found in this sandbox
If your plugin returns a preac