Callum Macrae
Callum Macrae
No syntax highlighting, no docs, no commands. It's as if it just isn't loaded.
This is a really good change! Got almost exactly the same timings as you - 113ms before, 6ms after
> What happens if you pipe a plain part to `w3m`? The links aren't links and there are no images!
Please do this! We need [this fix](https://github.com/keithclark/selectivizr/commit/0f239c30851eefe3be36b03c95f0cb86b070f477) to fix the header image on our website :(
@keithclark Bump
Ooops, I didn't see this before I did basically the same thing 😂 https://github.com/mourner/kdbush/pull/25
Vue 3 is now at release candidate stage, it would be good to have an update on this issue! From a quick look at the source it seems there is...
unable to use this hook until this is merged 😰
Oh, and to explain why this is an issue: on a standard project, this isn't an issue, but on projects with server-side rendering this causes the memory usage on the...
Alright, I've found the leak: https://github.com/panter/vue-i18next/blob/master/src/i18n.js#L18-L23 Passing `undefined` to `bindI18n` and `bindStore` on the server seems to work around the issue. Would be nice if there were a better way,...