Ryan Christian
Ryan Christian
I'm running into an issue where wtr will slow to a near halt, usually timing out, upon encountering "complex" objects to log, which makes debugging tests considerably more difficult. Circular...
Following up from https://github.com/developit/microbundle/issues/1085 Absolutely feel free to discard this -- it's a big change and reaches into coding style/preference a bit. This is essentially what's necessary. With this change,...
Might be marginally faster? Probably easier to maintain at the very least -- easier to tell what properties are being replaced and which aren't. I did this by comparing against...
I've been linking to a few REPL examples over the past few days, and one thing that's slightly bothering me is that we show the confirmation/warning for running untrusted code...
@marvinhagemeister saw the cute new dino logo and happened to think of our site. Certainly let me know if there's a different preference for the logo (Logo + Text?), if...
Not quite sure of the cause & don't have time to chase it down yet, but the tracking of dependencies in `effect` and `useSignalEffect` seems to be a bit broken...
Fixes https://github.com/preactjs/preact-www/pull/1164#discussion_r1739973537 Days since default button type has caused a mistake: ~~857~~ 0
Posting from a couple downstream highlighting issues and didn't see anything here so I thought I'd open an issue. The treesitter-nvim highlights for jsdoc seem to be struggling and/or limited...
Part of #7304 It's a common convention in JS/TS/ecma to use screaming snake case (`FOO_BAR_BAZ`) for magic constants; for example, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER) from the language spec or [`IS_NON_DIMENSIONAL`](https://github.com/preactjs/preact/blob/07dc9f324e58569ce66634aa03fe8949b4190358/src/constants.js#L15) from this ecosystem...
### Describe the highlighting problem It seems as though TypeScript grammar is being incorrectly applied onto JavaScript files, strangely, even when the TypeScript grammar isn't even installed (though I would...