Marcel

Results 6 comments of Marcel

Hi Krishna, I've not used the partitioning feature myself. Feel free to issue a pull request for the missing functionality. There are a number of tests in `lib.rs` for the...

I've merged your pull request into `develop`. Thanks for your contributions.

Marged these changes in 0.8.26. @krishna-kashyap can this issue be closed for now, or are you working on additional functionality?

I've added some examples to demonstrate various ways of communicating between components in #2856. If you are happy with the principles, I can spend a bit more time polishing these...

Hi @Narayanbhat166, can point to a particular piece in the example code [main.rs](https://github.com/yewstack/yew/blob/master/examples/communication_child_to_parent/src/main.rs) that is unclear to you? The parent's state is changed in lines 29..33, which is triggered by...

Might be worthwhile to integrate this with the database_tests in `couch_rs/lib.rs`. Currently this uses a sequence of `let (client, db, mut doc) = setup("should_update_a_document").await;` ... `teardown(client, "should_update_a_document").await;` Auto-cleanup upon dropping...