TW

Results 2664 comments of TW

On my mac, if have this: ``` $ echo $LANG $ echo $LC_CTYPE en_DE.UTF-8 ```

Oh, that's interesting. But I'ld assume that if the `sys.getfilesystemencoding()` returns `utf-8`, it should not use the ascii encoder. Hmm, do we have some strange effect related to the pyinstaller-made...

You can try, but iirc the fallback of LC_CTYPE might be the value in LANG anyway.

Please add the sha256 hash of the binary you use in the toplevel post after the version number.

Please also try if using `borg mount --foreground ...` makes a difference (if you use that, the borg process will not fork and run in the background, but instead keep...

I switched to my ubuntu 20.04 machine and did some experiments: ``` $ echo $LANG en_US.UTF-8 $ echo $LC_CTYPE $ mkdir test $ cd test $ mkdir input mnt $...

Maybe we could add this to the docs. ^^^ Can someone make a pull request against master branch?

Currently there is: - `.flags` and `.flags_many` to query and/or set flag values - `.list` also support mask and value now to limit listing to chunks with specific flags Also...

Or maybe there was some accent in the buffer and it was **combined** with the y to form the character @infectormp found.