Markus Kohlhase

Results 230 comments of Markus Kohlhase

> * https://crates.io/crates/miniserde This one looks promising ... probably we can use it behind a feature flag?

@MartinKavik I have a related usecase on the client side. I want to render a SVG graphic as `String` so that I can use it as background property. Currently I...

> @flosse Isn't it more related to #294 or #414? Absolutely! I'm sorry for messing up the thread!

> I don't use cookies so I think that there isn't an example. ok, I'll try to build an login example :) > Let me know if you run into...

> Is the login example still in your todo list? yes it is :) I'll rename the issue title to be more precise.

> what do you guys prefer and why ? I'd prefer 1) because it's explicit. Using `val` like in the second solution might lead to name conflicts.

> I can create pull request with backported fix if you want. that would be cool! :+1: > Unfortunatelly I cannot publish it to crates.io. me too. Also #695 is...

ok, here is the `v0.8.x` branch now: https://github.com/seed-rs/seed/tree/v0.8.x

@kujeger I downloaded your example code and it just works.