Stephen Haney

Results 33 comments of Stephen Haney

I think it's expected behavior of react error boundaries that they won't catch errors in async code – my understanding is that the error needs to happen in the React...

The way it happened in the wild was a valid URL but a network error on Poki (so not a 404 but not the full file returned either) happening once...

As someone recording WebGL footage, I'd be a big fan! 🙏

Is the part of the code that does WebRTC recording open source? If so, can you point me in the right direction? I might be able to take a look...

Hey Jamie, good shout... at the moment this first version of our benches assume the user has chosen a CSS-in-JS strategy as that's the case for the majority of users....

Edit: I wouldn't advise using this yet until it's officially announced. I tried `bun publish` last night and it doesn't correctly pack dependencies, so your published package ends up with...

@promontis Whoa this is weird: Re: https://github.com/microsoft/TypeScript/issues/17867#issuecomment-509651682 So, type intersection allows you to do this magic thing when assigning individual properties, but not when assigning the entire object as an...

On the other hand, it seems to nail it if there are less shades of gray or shadows in the image ![image](https://github.com/user-attachments/assets/f05246d8-3198-41cb-b248-6e99ddbb1935)

Poking around a bit, the fixes are likely in or around this file: https://github.com/pmndrs/leva/blob/main/packages/leva/src/components/Color/color-plugin.ts

I noticed that `get_bytes_webp` does not accept a quality parameter. It produces very large files so I'm guessing it's using a lossless webp setting. We'd definitely use a lossy quality...