Calum Smith

Results 23 comments of Calum Smith

You can check whether you're in Neovim in your `.vimrc` using `has('nvim')`, and change the behaviour based on that.

It seems like, on Firefox 87, size calculation is broken wholesale. It appears to be due to a Firefox bug, as it works in Firefox Nightly as of 2021-03-26. It...

Firefox 89 started shipping today, fixing this.

> What about changing all of Safari to Partial Support on `outline`? I've opened [a PR on mdn/browser-compat-data](https://github.com/mdn/browser-compat-data/pull/17598) to do just this—I guess that would filter over to Caniuse if...

> Just to note that aiodataloader seems to be unmaintained at this time. I put in a request to remove a deprecated python import months ago and it has gone...

Strictly speaking the character "–" on line 11 is an en dash, not a hyphen, Unicode `2013`. There is a distinct Unicode hyphen character, `2010` or "‐", which I assume...

@nina-loet I've got a PR open which fixes it (https://github.com/radix-ui/primitives/pull/2451), but it looks like Radix haven't been reviewing incoming PRs lately.

I'm guessing this requires the "search for text when you start typing" setting to be checked to happen?

Yep, I can confirm it happens on macOS when that setting is enabled. I expect it just needs some judicious `e.preventDefault`s in [`onKeyDown` over here](https://github.com/jellyfin/jellyfin-web/blob/05e2186882c5c0d35bdb6ad80195e379b276c5b7/src/controllers/playback/video/index.js#L1176).

I've been seeing a similar error being thrown by [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim). I know that sounds like not Coq's problem, but recently it seemed fine, and then when I ran `:COQnow`, it...