Jan Vlčinský

Results 113 comments of Jan Vlčinský
trafficstars

I have no idea, if there is any next update to happen as there is ongoing work on [onivim2](https://github.com/onivim/oni2)

It would be great start. As off-topic idea: Fugitive from tpope allows to open many git objects and views which lazygit deals with (current/historical commits, diffs etc). It would be...

@NikoKS I am using following alias: ```bash alias lg='lazygit -ucd /home/javl/.config/lazygit-lg' ``` This allows me to call lazygit as `lg`

@derektata wow - that was really quick. Thanks.

I can confirm the issue. Temporary workaround for user is rightlick and hold the button, then select the item in the menu.

Here is possibly quite crazy idea how to report an error incl. path within input data leading to the failure. Requirements: - initially focus only on `structure` and assume input...

@Tinche take your time, it is not an easy problem. Here is alternative method: pass `path` via explicit argument to conversion function: ```python """alternative passing path context via argument `path`...

@yaythomas thanks for hints. Last weekend i worked on it a bit. It is probably doable, but you are right it is extensive task and there are risks that it...

@yaythomas you are welcome. I am astonished by `pydantic` too. It looks like a magic, that it can turn the classes into JSON schema incl. rules such as regexp. So...

@ashwinvis Your last comment deserves separate issue ticket.