Cecile Tonglet
Cecile Tonglet
> +1 this issue, currently trying out yew with the [getting started example per documentation](https://yew.rs/docs/getting-started/build-a-sample-app) and the same error appears, even if i remove the dynamic/state parts (e.g. only trying...
oh I just found it in the future plans, nvm > Divan has many opportunities for features. Future versions will have: > Better output options: > Machine-readable output like JSON...
I read that UDP is connectionless. On a somewhat similar program to socket-activate I noticed that the socket object is created for every message that is transmitted and closed right...
I love this alternative idea actually. I understand specialization is complicated and requires a lot of time to stabilize but the concept of ImplicitClone is actually very simple and could...
That one? https://crates.io/crates/marker_trait
> I was not talking about HAMT, I was talking about the rest... Yes actually I'm not sure this API proposed in this PR here is a good idea. Maybe...
> @cecton I'm still shocked `IArray`'s `iter()` clones every item, even though reads intuitively should happen way more often than writes, and it would be nice to not need them...
I was going to make the PR now ^_^
Wait no, not for this. The mutable API would be useful to use IArray in VList instead of Vec. Though I'm not entirely sure how efficient this is... maybe it's...
Yup I think the same! No bandwidth at the moment but feel free to open a PR