Hunter Beast

Results 198 comments of Hunter Beast

Fantastic news! We'll keep an eye out. If you can, maybe also give us an update here, too, once the release is out.

@RazrFalcon Glad to hear! And true to your word! Thanks for the update. Your hard work will unblock many things across the Rust ecosystem. I'm very curious about it's performance...

That said, I think Iced & Rust would have a lot of value to add if compiled to ARM64-native targets, and not using HTML for compositing. In fact, Iced could...

@librelois I'm not a mobile developer, so there may be some "devil in the details", but I've wondered similar with regards to [cargo mobile](https://github.com/BrainiumLLC/cargo-mobile), since it supports both renderers.

I've been experimenting with this, and Hepburn is definitely the way to go, but unfortunately, there's two cases we'd need to detect for here. Hepburn can detect if the string...

Also, I have this code written for my own slugifier based on SpeakingURL. It may be of some help. And this is the test, but note, this only works for...

I would suggest having this on the Updates tab of the marketplace, and hinting to the user how many updates there are with an "update count" bubble beside the Updates...

I think the concrete need is simply from a user perspective. It's also not too difficult, unless you haven't published to Crates yet. For some reason, the Crates publish process...

Gotcha, I don't have a good sense for the project timeline. Nonetheless, a worthwhile feature to keep around. There's also a few somewhat orthogonal matters here. I haven't looked, but...

I think the best way to handle this is to make requests using the [gloo_net](https://docs.rs/gloo-net/latest/gloo_net/http/index.html) API, which is a wrapper around the fetch API. It isn't isomorphic to native Rust...