Incomplete requirements #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey, I just found a small issue where this crate also needs uuid crate to be added to the cargo.toml file even if you don't make use of the crate.
Eg When making a search index for the following struct
The project does not compile.
cargo add uuidfixed the problem.I will make a PR with changes to the readme documenting that if that works?
(Ty for updating to work with Leptos 0.6! managed to work out some other issues and nice to see it working well!)
mentioned in merge request !2
Thank you very much, I removed
uuidcompletely (which is in my opinion a better solution). 😄