Ben Wishovich
Ben Wishovich
I've got a large number of functions that take in a Request and return a Response, and I'd love to use napi-rs instead of a JS function. I was wondering...
I'd like to perform various optimizations and other changes to make dev builds faster, release builds smaller, and other tweaks . For Leptos, our build tool cargo-leptos allows us to...
I got some feedback from a new Leptos user that the use of nightly as the default in the docs screams that Leptos is still a lab experiment. I was...
I can understand the frustration with crates.io, but I can't use your lovely crate if there's a risk all versions will be yanked sometime in the future. Would it be...
Not quite sure how to best outline the error, but trying to add React PDF Viewer to my Remix(React) site crashes the whole site with these errors: ```tsx Uncaught SyntaxError:...
I and a lot of NixOs users, use [rust-overlay](https://github.com/oxalica/rust-overlay)(or fenix) to manage the installed rust toolchain, selecting and installing targets and Rust versions in our flake.nix or similiar files. I...
#### Version and Runtime ``` benwis@profiler:~/vegeta/scripts/load-ramping$ vegeta --version Version: v12.11.1 Commit: 6fbe391628eeeae1adf39522a55078797e6e7f2e Runtime: go1.20.8 linux/amd64 Date: 2023-10-02T09:05:05Z+0000 ``` #### Expected Behaviour I expected it to successfully write the results to...
Right now it's impossible to manually implement a server fn route with leptos_routes() because it does not consider excluded routes, there should be a mechanism to do that, either through`generate_route_list_with_exclusions`...
It's probably time for a new roadmap for the next year, I imagine Greg and I will fill this out in due time, but if anyone has ideas or requests...
We should change `set_timeout_with_handle()` and `set_interval_with_handle()` to not take a `Duration` because technically for wasm targets we can't take anything larger than `i32::MAX` and `Duration` takes values up to a...