Sukka

Results 403 comments of Sukka

@wxt2005 Apparently @ershov-konst will no longer maintaining the project. Would you mind publish your fork at npm instead?

```js const domParser = require("dom-parser"); const parser = new domParser(); const html = ` Example Domain This domain is established to be used for illustrative examples in documents. You may...

@ckybonist Yeah, really weird. I have run into this issue in Node.js.

> If the points I make are good ones, may I make a pull request? Currently, the eslint rules used by the repo are enforcing `value === null || value...

> Hmm, interesting. Thanks Sukka! I am considering re-visit this. If `== null` is fast enough, we should disable that eslint rule (since nobody uses `docuemnt.all` now).

> > I am considering re-visit this. If `== null` is fast enough, we should disable that eslint rule (since nobody uses `docuemnt.all` now). > > So, @nojiritakeshi can handle...

> > We will need to do some benchmarks on this, to see if changing to == null is really worth it. > > Would you like me to join...

Hello, would you mind providing a minimum reproduction of your Next.js App that has `Module not found: Can't resolve 'react-dom/client'` error? And would you like to tell us which React...

@nmn FYI, here is currently my implementation (kinda like approach 1 and 2 combined) - `stylex-loader` collects style rules from jsx/tsx files and append noop css imports to them: ```jsx...

> If your implementation works more reliably than the hacky plugin we have currently, I would love a PR to make it the official implementation going forward. > In the...