The Wayback Machine - https://web.archive.org/web/20200530140917/https://github.com/topics/files
Skip to content
#

files

Here are 1,256 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,

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.