Jacob Groß
Jacob Groß
Spec has `document` for preloading HTML, but according to MDN it is meant for future iframes. Not sure how this affects the loading though. It even has `fetch`. Might be...
https://github.com/kurtextrem/spacegray/releases/tag/1.3.0-beta.1 :)
Great catch, overseen that! Thank you. Updated version: https://github.com/kurtextrem/spacegray/releases/tag/1.3.0-beta.2 Pull request is out already. :)
Hey @devongovett, friendly bump for this one here. While taking a look into LightningCSS, I've compared it to csso and this seemed to be the reason why the output of...
Node v22 ships NODE_COMPILE_CACHE, so e.g. ``` "typescript.tsserver.nodePath": "NODE_COMPILE_CACHE=node_modules node", ``` could turn that on, right? Would it be worth adding an option / making this the default in vsc?
cross-referencing this reply from `eslint-plugin-regexp`: https://github.com/ota-meshi/eslint-plugin-regexp/issues/659#issuecomment-1773046245 The regex is actually not faster, for different reasons. I'm not sure what regexp-tree optimizes for (fastest runtime or smallest regex), so ymmv if...
Would be nice, as many devs are on windows! If there is anything we can do to get a windows build up, tell us.
Hi, a random person using jest here. I really love your last point ("Be Bold"). A quick personal note, I'd recommend to link this PR in the changelog.md and also...
This seems to also align with Go's latest stance: https://brooker.co.za/blog/2024/05/09/nagle.html (quickly touched the delayed `ACK`s topic too).