Brutus
Brutus
Thanks for reporting and apologies for the late response, I missed the notification until now. In Python 3+ `Tkinter` becomes `tkinter` and `tkMessageBox` was moved to `tkinter.messagebox`. I'll release a...
The PyPI package was lacking behind, but I updated it to the latest release, so a `pip install --user wtforms-html5` should do fine - does it work for you? If...
Sorry in advance, if I'm missing something here, but it seems to me that you are not using `wtforms-html5` (and this is the issue tracker for it). This could be...
The `maxlen` part is implemented by https://github.com/Uberspace/paternoster/pull/40 (see also https://github.com/Uberspace/paternoster/issues/39). But not asserting that no values higher than the hardcoded defaults are used and also not the `maxcomponents` argument.
We are deep in **Argparser** territory here. The strings are printed by the _exit_ method form the _ArgumentParser_ class. The logic that raises this is in the internal __get_value_ methode:...
One workaround could be to subclass the `ArgumentParser` class and override its `error` method, to raise errors as exception instead of printing and exiting, so that we could handle the...
I only skimmed the PR… just wanted to drop my usual work around for duplicated YAML keys: ```yaml - link: ~/.config/systemd/user: path: services/* glob: true - link: ~/.config/systemd/user: path: timers/*...
Removing support for `$EDITOR` is sad news. I found [the docs](https://github.com/jesseduffield/lazygit/blob/af56065dd69885dc394a78387ae07feb53162baf/docs/Config.md) on how to change the editor, but fail embarrassingly… I expect lazygit to use `helix` but no matter what...
Hi @stefanhaller , thanks for your fast response. I tried it on a Fedora box, running `0.38.2`, so it should be resolved soonish :smiley: :+1: I just tested it on...
> @brutus I wasn't aware that the helix binary is not always called `hx`. Here's a PR that should improve the situation: #3346, are you able to build from source...