Martin Kavík

Results 228 comments of Martin Kavík

@flosse Isn't it more related to https://github.com/seed-rs/seed/issues/294 or https://github.com/seed-rs/seed/issues/414?

@flosse NP, it's somehow related and I'll need this feature too in Seed's core so we can implement some bigger performance optimizations.

@mikezupper - Personally I try to write apps the way where the client app is "smart" and the backend is "dumb". You can notice it on seed-rs.org - Time Tracker...

See the [line](https://github.com/seed-rs/seed/blob/340d501e51a3988829303d7f6e35cf486768bdcf/src/lib.rs#L62) pointing to https://github.com/seed-rs/seed/issues/391. There are two links: 1. https://gist.github.com/MartinKavik/36a96f28b9bad76d6cb7141946f5f716 2. https://gist.github.com/MartinKavik/918ff345f1655eb32eb47090ecc73cd8 The first link points to the code used in the `map_callback_return_to_option_ms!` (precisely its POC without `Option`...

> BTW, Seed's been really great so far, I love how easy it is to use, and how good the documentation is! @WesleyAC I'm glad you like it! > It...

I don't use cookies so I think that there isn't an example. Let me know if you run into any problems.

Is the login example still in your todo list? Otherwise I suggest to close it, because API is merged (https://github.com/David-OConnor/seed/pull/272).

I can imagine we can add a doc comment like `Autogenerated element macro` for generated macros with a link to more info or to associated MDN page if possible or...

@nielsle Please read https://github.com/seed-rs/seed/issues/312 and continue there with reasons why it's better than the original proposal, thanks!

@MuhannadAlrusayni Please use the previous (referenced above) issue for design and this one for implementation.