scar
scar
> ...there is no way to set these hashes only for certain groups or users, all users will be affected. @t00 You should be able to add those options to...
Cool thanks, so I would just have to use a script like: ``` from base64 import b32encode print('Encoded string: ', b32encode(b'secret')) ``` But I wonder if there is a way...
found something that works finally! printf "%b" 'secret' | base32
I tried everything: - keeping the default `/` - removing the default and using nothing - `~` - `~/subdir` - `/home/user` - `/home/user/subdir` - probably some others The only thing...
I'm definitely no expert, but you'd be the first i've seen to make such a declarative statement about the security of environment variables. You'd need to add some caveats to...
It's not something I have the time to spend much more on, but I'll contribute with the following. It's not so much about knowing the specific real ways that have...
> it creates a new subdirectory instead of escaping the slash, is that intended? I'm guessing not, because, after a while, I'm seeing errors like the following: ```python [ERROR ][Another...
@NiffirgkcaJ any similarities with #99?
Cool find @francium I have Gnome 43.6 X11 here with dark theme and this "Dark Theme" option doesn't seem to do much, I just noticed it only changes the background...
I'm still seeing poorly rendered emoji in exported PDF. Had to type a big emoji in GIMP then copy it as an image, paste into xournalpp, and resize it accordingly. ...