Ben Wishovich

Results 95 comments of Ben Wishovich

I'll take a stab at it tomorrow. The macro is the weakest part for me, but I should figure out something

Also looks like I'll have to rework Serializable to include both

Also we probably want to use the integrations for actix and axum.

I have pushed some changes as part of #167 that will restore functionality for non cargo-leptos users. cargo-leptos is under development, and I will adapt it again once it's ready...

Yes, the changes were reverted to make manual compilation with trunk and cargo run work as expected. cargo-leptos is undergoing some changes with the goal of streamlining things and allowing...

In this case, the README is incorrect and Cargo.toml is right. cargo-leptos generates a CSS file, not an SCSS file. If you'd like to edit the `npx` command listed in...

> Why do you need to read the `Cargo.toml` file? It's fine now, but with workspace support, you'll have a difficult (read impossible) time finding the right one. I'm implementing...

> > I'm not sure about workspaces, but the Cargo.toml file still exists in the crate in a Workspace, and I reference it relative to the crate. > > I'm...

@akesson @gbj I've updates the examples and config once more to support the cargo-leptos beta. With this, it should be ready to merge again. Happy to have @akesson add features...

I like this idea! I think this is a great way to handle Errors returned from server functions and components. Coupled with error handling in Actix/Axum, that's the entire error...