Martin Kavík
Martin Kavík
I (and I think the most users) use only `json` and `text`. `bytes` has been requested by one user without any specific API requirement. Feel free to design and add...
> Moving from futures 0.1 to std:future required a bunch of changes to the types returned by functions that make requests. - Yeah, it's the example use-case for migration guide....
I don't have experience with implementing `Deref` / `DerefMut` so I don't know limitations / best practices. See issues in [rebo/seed-quickstart-hooks](https://github.com/rebo/seed-quickstart-hooks/issues) for context.
Update 2: https://github.com/rebo/seed-quickstart-hooks/issues/5#issue-560605953
> an online chat presence, i.e. a Discord or something I was thinking about it, but I (we?) don't have capacity to take care of it (chat, forum, twitter, etc.)...
> The new website is showing an outdated version (0.4.2 (Nov 05, 2019)) Yeah, `seed-rs.org` content for `Seed 0.5.0` is WIP ([PR](https://github.com/seed-rs/seed-rs.org/pull/2)). We also have to redeploy docs (? @David-OConnor)...
> a section Commercial Support @flosse Could you create an issue in https://github.com/seed-rs/seed-rs.org and describe a little bit what you think that should be in this section from your point...
@decafbad Thanks for feedback! We plan to rewrite guides after Seed 0.7.0 release (released in next weeks). I'll try to update also docs for 0.6.0.
@decafbad Try to change something in the Rust code, save it and then run `cargo make clippy`. There is a bug in `clippy` - it sometimes doesn't lint the code...
> I built an admin spa with seed, and everything worked out great! Glad to hear that! --- Could you provide more details so I can fix it in a...