Pilatte
Pilatte
So there is the option `IPCompleter.limit_to__all__`, why isn't it the other way around ? There should be an option to allow autocomplete for privates but it shouldn't be the default....
After thinking about this, I think there should be an option like: ``` docopt(__doc__, allow_negatives=True) ``` If someone wants to do it it looks quite easy.
`Open Editors` can now be pinned on the side since 1.64 (January 2022).  Is the issue closed or is there any important missing feature in `Open Editors` right now...
You can have the list of opened tabs on the left if you have the side bar on the right, you just can't have both on the same side. @the0neWhoKnocks...
@aisobe Is there a performance reason on why the default is not larger ? It worked like a charm
The issue is that if kopia is served on https://mydomain/kopia/, then the UI links don't work because they will point to https://mydomain/whatever.js instead of https://mydomain/kopia/whatever.js Usually servers either have an...
For anyone with the same issue, there is no fix in this repo. But I have found https://github.com/garethgeorge/backrest to be a suitable alternative. Also written in Go, it is basically...