Ben Wishovich
Ben Wishovich
See title, could include: - Mio errors - Cloning into closures/StoredValue - Every other common Discord issue
There's a pretty clear set of issues that should be detectable but are only runtime errors. What if we could detect them in a linter with our own lints? For...
A fairly common question I got at Rust Week was how to do Modals in the proper way, since they often depend on a fairly global state. Perhaps we could...
In 0.6 we handled event handling by attaching to each node and running the leptos default event handler. In 0.7+ we now use the default event bubbling behavior as described...
See #3840 , but they've made consumers set this cfg flag for some cases. We should document this
We tend to develop releases in leptos_0.x branches, but if we forget to add that name to the list in the CI that's hardcoded, CI checks won't get run. Perhaps...