Steven Luscher

Results 73 comments of Steven Luscher

Agree! It's quite common for a modifier key to mean “add the next thing you click to the selection, or remove it if it's already there.” On Windows, that's the...

Was `useTransition` introduced before React 18? You may be importing an API compatible version of `useTransition` from {somewhere} that's actually a noop.

https://cdn.jsdelivr.net/npm/[email protected]/cjs/react.development.js `useTransition` – not there.

Came here to report a problem with `DOMException` in Node, only to discover that it's been fixed but not released. A release would be great!

100%. This is another change that we should negotiate with near/borsh-js to eliminate this dependency from the web bundle entirely, everywhere. cc/ @ailisp.

My focus is on replacing web3.js altogether. Follow along in #1111 and in all of the new packages in the `packages/` directory. Deprecating `Buffer` in the current API would probably...

I'm pumped that you took this seriously and got to the bottom of it, Sean! I don't have any ideas, because I never learned how IP ranges work. Would something...

GitHub didn't create a backlink to our discussion on this, so I'm doing so now, for others to read: https://github.com/webpack/webpack/discussions/16980#discussioncomment-5609953

This tripped me up just now, but I doubt that it should be changed. In jQuery, if you do this: ``` handler = -> console.log 'fired' $(document).on 'click', handler $(document).on...

Is this interesting to you at all, @armaniferrante? Happy to keep digging for more performance opportunities if so!