thorn132

Results 6 issues of thorn132

The `eval` method for sending data to JavaScript cannot handle large payloads. In the following example, it freezes both the WebView and the backend when the payload exceeds 100k elements...

enhancement
desktop

**Problem** Reading a resource (e.g. by `res.read()`, `res.value()`, or `res.state()`) breaks reactivity on the component that performed the read. **Steps To Reproduce** ```rust #[component] fn App() -> Element { let...

bug
hooks

### Is your issue REALLY a bug? - [x] My issue is indeed a bug! - [x] I am not crazy! I will not fill out this form just to...

bug

### Is your issue REALLY a bug? - [x] My issue is indeed a bug! - [x] I am not crazy! I will not fill out this form just to...

bug

This makes clicking the record button while in asserting mode transition back to recording using the existing `Program::State` value to initialize the `Emulator` and retaining all prior `Instructions`. A separate...

This adds event recording and playback for `mouse::Event::WheelScrolled`, supporting any `ScrollDelta` and merging consecutive events.