DanCardin

Results 145 comments of DanCardin

For whatever reason github search did not route me to #9293 (although that issue does seem to be more focused on actually addressing the former error that you get when...

Imo there are various positive sideeffects of the venv not being local, although I dont personally like their chosen algorithm for selecting it. But ultimately, as long as the tool...

Ditto, a new release of master would be convenient for us!

Ideally I would add to this that `tqdm` is also part of the "cli" extra. perhaps also add a progress=False flag (which defaults to False if tqdm were not installed),...

The problem, as I see it, with warning; is that I dont see that there's anything the user can do to make the warning go away. I'd perhaps argue that...

I realize that the code that utilizes tqdm is invoked during normal library operations also. but from the perspective of someone importing this library (and running it rather than invoking...

I dont know if I'm yet convinced this is a foolproof solution or not, but I set `schema="information_schema"`. As far as I can tell, you're forced to set `schema` to...

There does need to be some level of zellij (or zellij plugin) specific behavior, since it needs to only conditionally forward the original binding to vim in the even the...

I'm not super tuned into how the plugin interface works, but it seems like a `PaneProgramChanged` (or somesuch name) event could be emitted? my brief lookings into how this is...

Please dont use `dirs`, as they've explicitly rejected the idea of supporting XDG on macos, which is really annoying to the people that care, and irrelevant to the people that...