Skip to content
#

files

Here are 1,248 public repositories matching this topic...

grcancelliere
grcancelliere commented Dec 30, 2019

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

Lewui
Lewui commented Dec 21, 2019

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,

paul-hammant
paul-hammant commented Apr 8, 2018

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.

Curate this topic

Add this topic to your repo

To associate your repository with the files topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.