Ben Wishovich

Results 27 issues of Ben Wishovich

See title, could include: - Mio errors - Cloning into closures/StoredValue - Every other common Discord issue

documentation

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...

enhancement
feature request

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...

documentation
good first issue

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...

documentation

See #3840 , but they've made consumers set this cfg flag for some cases. We should document this

documentation
good first issue

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...

enhancement