Matt Cowley
Matt Cowley
👀 I don't believe we allow any MX records, and therefore any mail, on JS.org subdomains. I wonder if we should add a wildcard record for SPF/DMARC to indicate as...
As you note yourself, this is just a copy of someone else's work that is already accessible on the internet: https://github.com/davidson16807/tectonics.js If you think that project is eligible for a...
👀 The site still has valid content on it, so we won't be removing it. You can read our policy on naming disputes here: https://github.com/js-org/js.org/wiki/Naming-Conflicts
More-or-less, yes. Per https://github.com/js-org/js.org/wiki/Naming-Conflicts, you're welcome to open a PR to start a dispute over the name, and if your request has more prominence (as determined by GitHub stars), it...
👀 I feel it is pretty irresponsible to have released a new major version with no usable changelog for consumers of the library... what is the expectation here, that consumers...
Yes, this is still reproducible, https://github.com/cloudflare/cloudflare-typescript/releases/tag/v5.0.0 + https://github.com/cloudflare/cloudflare-typescript/blob/main/CHANGELOG.md#500-2025-09-02 are still completely unusable changelogs for trying to understand what _breaking changes_ shipped in the _major_ release.
That worked! ...but I don't understand why? If the import of the image were to be seen as a side effect, why isn't the import itself left in place? All...
Hm... in the real world it doesn't seem to work though... https://github.com/alveusgg/extension/pull/401 if I `pnpm build` here, `ls build/static/media/ambassadors/*/emote*.png` still returns files generated even though they're unused.
If you want to stay on pnpm 10, the workaround appears to be to add all your workspace packages' Prettier plugins to the `publicHoistPattern` list in your pnpm workspace's config....
Will read through this more in detail later, but bulk importing is definitely going to need to be a thing the UI supports (and therefor maybe how we also do...