Mahmoud Al-Qudsi
Mahmoud Al-Qudsi
Taking a step back, two obvious solutions: * conditionally fork only when we have to for cases like this (directly into the builtin then exiting immediately after), or * if...
Thank you. I considered it a bug for myself, but presumed it was intentional.
This would be really cool. ~~fwiw, I found it misleading that the release announcement said `uv` is a full drop-in replacement for `pipx` (by name).. but it's not?~~
Just double-checked. I mistook the part about "imagine a tool that replaces" for the "this is a tool that replaces". _Mea culpa!_
I assumed a symlink called pip could be created pointing to uv and it would execute `uv pip` but that isn’t the case. This could be a middle ground if...
Mouse is good if you want to quickly jump to an on-screen location in a repetitively structured/typed document without sitting there counting symbols. 99.99% of my modal text editor work...
Yeah, the demo in libtermkey runs just fine, which makes sense since other libtermkey applications (e.g. neovim) don't have this issue and interpret `` just fine when run in the...
I'll poke around on both issues when I get a chance, DV.
`image` already has a dependency on `num-traits`, perhaps this could be more elegantly solved with generics?
Note that this is appears to be a regression. Code used to work fine with base64 0.13 now returns an incorrect `OutputSliceTooSmall` error under 0.21.