nick

Results 58 comments of nick

This is also extremely useful for lower-end computers since it lags like hell as you are typing and take a quick pause.

@AeliusSaionji I gave it a try and it works well with just one issue: when I call `:cd` it closes broot, then hangs the terminal for about 1-2 seconds before...

Is it a bug that quotes are being replaced? I'd like `yaml-language-server` to strictly format my files but it doesn't seem to enforce quotes, even though I have `yaml.format.singleQuote` set...

This would be very useful, has anyone tried it?

I fixed this issue a while ago, but I believe it was caused by initializing `rust-analyzer` directly with the settings, then calling `rust-tools` with no settings, which overwrote it.

I did some research into an implementation for this and came across a shortcoming; most parsers don't support nodes for the content of a comment. It's not possible to detect...

I don't use `optimus-manager` but I have the same issue. Sometimes one external display turns on, sometimes the other, sometimes both. On the fortunate occasion, I can get a long...

I ran across this issue and wondered why there still isn't an option for setting the default theme? We have them for layouts and numerous other configurations, it would only...

I agree with @mtoygar, it would be much more preferable to open a popup rather than a new tab (or window). There's a thread on the forum about this [here](https://community.bitwarden.com/t/ask-for-pin-without-opening-a-new-tab/36946).

I was doing a little research and figured we may be able to call [`windowWillResize`](https://developer.apple.com/documentation/appkit/nswindowdelegate/1419292-windowwillresize) externally, but that's ~~not~~ the case. I don't have much experience with macOS APIs, so...