Mathspy
Mathspy
By the way case 3 (the one I came to this issue for) has been addressed with [v0.23.0](https://github.com/lambda-fairy/maud/releases/tag/v0.23.0) just 9 days ago, I feel super blessed by @lambda-fairy right now...
> I'm honored, but please thank @zopieux instead – he did most of the work 😄 Oh shoot sorry I should have actually clicked the PR number in the changelog,...
Oh! I definitely missed this when I was looking at the `addons` page! Thank you so much for the awesome suggestion I think I also know a great example of...
Has there been any surveys through the community of how everyone feels about ReScript? Since ReScript was not exactly a community effort via an open RFC and instead was an...
> Not specifically, but this is the wrong place to discuss it (as is discord). Take it to [the official forum](https://forum.rescript-lang.org). I don't really know how useful it'd be to...
Sweet! Curious to see if others have similar interest
A bit late but here's an example of the above using tower if someone looks at this issue in the future ```rust use reqwest::{Body, Method, Request, Url}; use std::time::Duration; use...
This is much much easier to do now after [reqwest v0.11.11](https://github.com/seanmonstar/reqwest/releases/tag/v0.11.11) `Client` now implements service so you can do this to return a service powered by reqwest from a function...
This would also break the pattern described here https://github.com/bevyengine/bevy/issues/6108#issuecomment-1258552318 which I think is a very ergonomic localized pattern for initialization
> Well yeah but there's nothing forcing them to migrate immediately. It'll be incremental, like when we introduced Hooks — we didn't delete class components from the universe, but it...