flumm

Results 15 comments of flumm

makes sense. when do you do breaking changes? should i write a pull request? if yes, which types would be preferable?

> There is currently no timeline for a breaking change. Unfortunately `wasm-bindgen` is practically not in active development anymore, but in maintenance mode. that does not sound good, what's the...

hi, we run into a similar (the same?) issue, we often implemented `Into` (or `Into`) on the properties struct, so that we can use a builder pattern for them and...

Hi, the bug was closed, but i think there is still a valid concern here (Please tell if i should open (a) new bug(s). We have an issue with `From...

> > Implementing ToHtml for that is often unpractical, since you have to copy/clone the properties to implement to_html even if you just want it to be able to convert...