johnpyp

Results 52 comments of johnpyp
trafficstars

Having recently gone through installing swift on linux, there's a couple of issues on different distributions it seems (primarily due to linking to native libraries). Have you been able to...

I'd like to reiterate this request as well, as stream load is definitely the most flexible ingestion option. Broker load has had performance issues, sometimes takes a long time to...

One thing this wouldn't easily solve is something like the hashbang usecase right? For me, I'm interested in using Deno for a replacement for bash scripting, but with single file...

Hmm yeah that helps, though it doesn't make it quite seamless, as when I tried that Deno started getting enabled in random node projects too. https://github.com/LumaKernel/vim-tsdetect seems to take the...

That's awesome! I'll try it out tonight. If it works how I think it would work then I think it's perfect.

It would be great to have git functionality (and ideally for all the other terminal status providers too!) similar to https://github.com/sindresorhus/pure, which does git status checks completely in the background...

+1 on `ufo/url`, that'd be great.

That kind of pattern is GPL 2.0, e.g the Linux Kernel, and works very well. My understanding is that AGPL takes this much further and makes it, at the least,...

This isn't a full reproduction, but I've found that https://github.com/j-hui/fidget.nvim causing LSP status messages to come through (like for rust-analyzer) causes this flickering intensely with Zellij, and I also have...

Another thing I found: doing `set notermsync` in neovim seems to get rid of the issue of the cursor flickering around for me, though it introduces some other slight flickering...