Nick McCurdy

Results 346 comments of Nick McCurdy

@patak-dev I'm aware of that, but as I [explained](https://github.com/vitejs/vite/pull/10772#issue-1434513547), this is less safe and more confusing than using a non-null assertion. Can we please revert this? **Edit:** This seems to...

> There is already a runtime check in createRoot if passed null. I don't think this manual check is worth it. > The error message is `Target container is not...

Would it help if I tried to patch this in TypeScript ESLint's recommended config? Then we could just use that until the Vite specific lint config is ready (though I...

As a workaround, you can use `polymer lint --no-follow-dependencies` in other projects to ignore these errors.

Thanks for the explanations. From what I recall I was looking for a complete solution with all the ESLint and Prettier configs I'd need for React, and noticed this config...

`use-package` now has a `:hook` keyword with a very similar syntax that I'd recommend using, though it's not using `add-hooks` internally. I'll keep this open until we decide if this...

@averykimball I'm relatively new to Emacs LISP but I've worked on a package or two, I can take a look at your code if you'd like. Also, does anyone think...

[`rjsx-mode`](https://github.com/felipeochoa/rjsx-mode) [readme](https://github.com/felipeochoa/rjsx-mode/blob/master/README.md): > … > `js2-mode` does not include a JSX parser, but rather an E4X parser, which means it gets confused with certain JSX constructs. This mode extends the...

I just switched to `web-mode` from `rjsx-mode`, their built in smartparens support is fantastic.