WIGGLES
WIGGLES
I'm not sure if this a problem on my end or an issue with the macro using caches to generate fields but my IDE is unable to infer the types...
### Bug description the HTML form submit event has a submitter property on [all modern browsers](https://developer.mozilla.org/en-US/docs/Web/API/SubmitEvent/submitter). Builtin up attributes such as up-target are not respected if present on the submitter....
**Describe the bug** In leptox_axum handle_server_fns_inner there are several call to unwrap() that can evidently be None (though I'm not entirely sure how). ``` // If ResponseOptions are set, add...
I like the idea of your crate, one of the least fun things about making UIs is having to deal with forms and processing them. That being said, your current...
It is becoming an OAuth recommendation that state and code_verifier/code_challenge be used together to ensure that nobody can hijack your OAuth exchange code in server flows. This simply allows you...
As the subject suggests, when selecting a file to open using the Zenity dialog box selecting anything in a network drive does nothing in the GCS UI. There's no crash,...
Summary I’m working on an actor-style framework in Rust where each tokio::mpsc::Sender represents an addressable “mailbox.” In order to implement zero-cost proxying and O(1) routing (e.g. forwarding messages to the...
https://lucumr.pocoo.org/2025/1/19/what-is-systemfd/ I tried for a bit to figure out how to get the tool to play nicely with bacon's TUI and gave up because the ability to work with vite...
I might be just doing something wrong, but here's a simple repro. test.js ``` addEventListener('fetch', (evt) => { console.log('fetch-event style request handling'); }); ``` world.wit its empty because all it...
I was playing around with the new p3 async capabilities of wit-bindgen and I ran headfirst into issues with anything that relies on async. See the repro [here](https://github.com/WIGGLES-dev/jco-async-transpile-repro) 1) async...