TW

Results 2664 comments of TW

Python (C?) wart: seems like strftime and strptime disagree on tz being with/without ":" between HH and MM.

borg always locks the repo when accessing it. your problem is due to unsynchronised parallel access. possible solutions: - use a script and just do borg create and the other...

If it is read-only, borg won't be able to create a lock. How about trying what I suggested above?

If you make sure the repo is read only and in a stable (snapshot) state, there is no risk trying --bypass-lock, but I would not recommend that if that is...

As this is a quite fundamental change, guess it should get some testing, in rc2. Guess we won't have problems if the json is written to a file, not so...

Yes, but you suggested to always use utf-8. So how does e.g. a cygwin console or latin1/ascii console react when you output utf-8 on it? Guess we could live with...

@enkore still working / do you still want to work on this?

OK, so let's have some docs now and the fix later.

From https://docs.python.org/3.4/library/sys.html#sys.stdin / sys.stdout / sys.stderr: ``` The character encoding is platform-dependent. Under Windows, if the stream is interactive (that is, if its isatty() method returns True), the console codepage...