files
Here are 1,290 public repositories matching this topic...
-
Updated
Nov 19, 2018 - JavaScript
-
Updated
Apr 5, 2020 - Shell
-
Updated
Jun 27, 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
Jun 9, 2020 - PHP
-
Updated
Apr 23, 2020 - Rust
-
Updated
May 4, 2020 - Python
If I'm in a page, and I drop some file into it with your widget, and I close the page, then its like I'd never dropped the file on the page at all - right?
Surely the motivation should include some suggestion that the file gets sent to the server side, and the tech on the server side would receive it and be able to do something with the file for posterity. Yet the word server is not mentioned
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."
Problem
I'd like to send many files in the same time but with different files metaData.
The combination of
uppy.setMetauppy.addFiledoesn't wok because the upload is asynchronous, and when files finish to upload they will heritate the lastuppy.setMetaconfiguration.Moreover the
uppy.setFileMetamethod is quite impossible to use, because onuppy.addFilewe can't declared an id