Callum Locke

Results 40 comments of Callum Locke

OK I didn't realise there was a single global user settings file to override all plugins' shortcuts, thanks. shift+F5 seems to bring up an autocompletion menu. ctrl+F5 seems to be...

@macu don't think that's true, it's used as jQuery (or $)

I'm really confused by the behaviour of the `:index` ability. Where is it documented? I can't find it mentioned in the wiki.

I want this too. For now, as a workaround you can do `window.dispatchEvent(new Event('scroll'))` from anywhere, and it tricks the Sticky into re-rendering.

Can't we just reimplement `inherit` so it doesn't actually use the underlying cp's `inherit`? AFAICT inherit is just shorthand for `[process.stdin, process.stdout, process.stderr]`.

What constitutes a last resort? As far as I can tell there is no way to prevent the `doctype` from being upper-cased, except to give up on using Prettier for...

Any more thoughts on this? Is there any chance of removing this arbitrary uppercasing behaviour (or just providing an opt-out)?

Has anyone got a workaround? Adding a direct dependency on `webpack` doesn't work, as noted in the original report.

The linked Next.js [issue](https://github.com/vercel/next.js/issues/21679) was closed on March 1 with [this PR](https://github.com/vercel/next.js/pull/22583). I tried upgrading to that version of Next (or the latest, `10.2.3`, which includes the changes from that...