Greg Johnston

Results 477 comments of Greg Johnston

It seems hard to understand what exactly script bootup time, in particular, is measuring and how it relates to any other measurements. Is this just a really noisy number, or...

> i wonder if wasm frameworks take the biggest hit in the startup metrics. For the sake of clarity: I'm mostly just looking at the inconsistency within categories (i.e., the...

> Not necessarily.. value we handle as props for a reason.. related to input fields I believe. It wasn't always that way but we needed to change it for another...

As the one who proposed #3233 and as the maintainer of a now-large-ish Rust/WASM web framework: I am fine with any solution that is an actual solution. At present, wasm-bindgen...

Having uncached computeds is very useful specifically because for some derived values, rerunning it every time you access it is simply cheaper than propagating the change through the reactive graph....

Thanks for sharing this. I wonder if we should start collecting interesting examples of how to do things somewhere else, as the examples directory in the repo is starting to...

@crajcan Sorry for my slow response here. Thanks for your contribution. We have created a new `projects` directory to house a wider variety of projects without the same maintenance burden...

Thanks for this contribution! Apart from all the noise of examples failing CI due to the need for a cargo-leptos update (I'm rerunning those right now) this also fails on...

When I try to run this on a random example like `todo_app_sqlite_axum` I start seeing errors like this ``` ERROR [hyper::server::tcp] accept error: Too many open files (os error 24)...

@WIGGLES-dev @pnmadelaine Now that #2158 is merged, the server fn implementation on the main branch is now quite different from the previous implementation. It is available for testing either with...