Markus Kohlhase

Results 269 comments of Markus Kohlhase

Feel free to open a PR to fix whatever you think is correct 😉

Are there any updates?

@LiveDuo As already mentioned in the issue, there are currently no clear criteria, which is why every idea is welcome 😄 What I personally find important in any case is...

> I'm not a xilem developer - just a user - so not sure if it's ok for me to write here, but I like this API and I'd really...

@Philipp-M what's the current state here? I tried to merge or rebase this branch but I ended up with manually picking the changes: https://github.com/slowtec/xilem/commit/c571e41a44159aaa1dc82113765b38a9237dc0bd Is there a chance that we...

@holly-hacker Would you mind to create a PR?

> Hopefully, [ntex ](https://github.com/ntex-rs/ntex)can be added. feel free to open a PR :smile: > Best wishes to the project team. Thanks!

This is a first attempt to port `xilem::async_repeat` to `xilem_web`. But for some reason the example does not compile: ```shell error[E0277]: the trait bound `AsyncRepeat: View>` is not implemented for...

> So the reason why this doesn't compile has to do with the two different `Message` types (as well as `DynMessage`). Thank you! Now it works :smile: