Danny Mösch
Danny Mösch
Good point. I would like to volunteer to have a look into this topic.
It is actually very simple to change the behavior. My question to @mssun is whether we could put the change to a separate branch in order to release it via...
Or even better, the “Multiple PGP keys“ feature could be put to a separate branch. I assume it will be ongoing work for some more time blocking other smaller changes...
The advantage of not using the device passcode is that users can enter a more secure passphrase. 4 characters is only the minimum. If the device has the default 6-digit...
Well, I see your points with regard to possible attack vectors and I'm a fan of simplifying things. However, I don't think the solution is to throw away the app-specific...
I would like to spend some effort to implement a more customizable password generator.
Try `sd '(\t| )*TEST_IGNORE\(\);\r?\n' '' test/isogram.c`. `(` and `)` have to be escaped so that they are not interpreted as regex syntax. To delete whole lines the line endings `\r\n`...
Would you also merge this one, @apbendi? 😊
I have done some debugging. Whenever the directory walker tries to follow the broken symlink it encounters an error. It does not check whether the symlink matches an ignore pattern...
The is no way to see which file caused the conflict in the app at the moment. Merge conflicts can only be resolved by resetting the changes in the app...