David

Results 91 comments of David

I agree with you so there is no need to continue providing arguments. I was just saying that the problem is not "going to the internet" per se but going...

i was noticing that by default the VIRTUAL_ENV of python layout (and i imagine direnv in general?) is actually `.direnv` I would like to ask why this is not the...

I also have the same issue this is probably related to some conflicting key binding that another plugin is making for sure right? I always asumed this was the default...

might be a long shot but I also use asdf and a rust compiled version of tmux-thumbs so the binary is being managed by asdf.

Thank you for creating these issues! I also want to migrate to bun but use msw extensively so without msw changing to bun is not really feasible

yes I just used the latest version of the fork to give me the option to use custom `BASE`

This is extremely important else I have no way to even generate controllers for different environments : test/staging/prod. ideally the BASE should just be set to `''` and that's it.

I was just about to suggest this actually. I have some precommit hooks for eslint and sometimes I forget dangling code which is caught on commit. This closes lazygit and...

this could also be useful to separate and hide complexity in diagrams something like ``` A->>B: complexOperation ``` and then clicking it would show anchor to the corresponding complexOperation diagram.