Mika Vilpas
Mika Vilpas
I think this is a good idea 👍🏻 I will try to find some time to implement it. If you would like to give it a shot, let me know....
Hmm can you explain how that would work in more detail? I can read stdout from a subprocess, here's a demo: https://github.com/sxyazi/yazi/assets/300791/6988477f-5215-4cae-9c53-e5b4194114cb But I'm not sure it's possible to send...
That's an exciting idea! I was not expecting that at all 😆 I'll subscribe to the other thread so I can experiment with whatever you come up with 👍🏻 edit:...
Hello @TylerBarnes, I'd like to share my setup that I think does what you asked about: - the first part is to setup neovim using https://github.com/willothy/flatten.nvim. This makes it possible,...
Nice! Btw, I recently found out while almost all workflows with neovim+lazygit work very nicely, some special workflows require a lazygit->neovim->lazygit flow, and these don't work in the embedded lazygit....
Is any reproduction available? I have a project at work that - uses ESNext modules (esm = transpiles into `import/export` syntax) - tsconfig moduleResolution set to "Bundler" - package.json has...
Could it be related to the system itself? I get the same result on fedora. And I am indeed using pyenv. In the terminal I get access to Python 3,...
Thanks for reporting. I have seen something like this rarely too. It seemed to occur only on the shapes that have 5 and 3 corners. I also noticed that if...
This is actually a really good idea. Originally I wanted to make sure the images' file names were unique, so they would never be overwritten. But having then sorted by...
Yes, I'm actually just looking into it. I don't seem to be able to reproduce the error locally. I wonder if CI uses a different version of the toolchain or...