Stephen Haney

Results 10 issues of Stephen Haney

I only see the user-data API in the Rust section of the docs, and I can't find any mention of it in TypeScript types. It looks like it's not exposed...

Need to write tests for all util functions, middleware generator, and reducer.

enhancement

This is currently by design, but may need to be expanded in the future. Do actions need to be able to be added to multiple groupings?

enhancement

Currently, diffs are stored in a local constant in memory. I'd like to add the option to store all of the time travel information in the state, so it can...

enhancement

I've noticed that some useGLTF errors don't get caught by the error boundary (since react error boundaries only handle errors that impact the react tree). If you cause the decoding...

bug

I'd like to be able to use functions as defaults so that they can run when `Value.Create` is used. ``` // Desired syntax: export const FileSchema = Type.Object({ id: Type.String({...

consideration

I wonder if there's a way to add the option to give extra priority to continuous blocks. I've noticed that using the tool against interface UI often misses the primary...

We're seeing very unexpected results when using clampChroma with an RGB value like `0, 0, 1`. Quick example: ``` const pureRGBBlue = rgbToOklch({ mode: 'rgb', r: 0, g: 0, b:...

``` const [params, setParams] = useControls(() => { ``` If you pass an object to `setParams` that includes a key that doesn't match to an existing parameter, it throws an...

**RGBA string – color picker opens to default values, changing anything creates black/white/something new** Repro in the [storybook](https://leva.pmnd.rs/?path=/story/inputs-color--all-the-colors), use "RgbaString" example ![image](https://github.com/user-attachments/assets/deff98b5-0283-4a2a-a8f6-176709e75ac1) --- **Hex8 string – does not trigger alpha...