Jessa
Jessa
I'm trying to use `backoff::future::Retry` using `gloo-timers::future::TimeoutFuture` as `Sleeper::Sleep` on WASM/Web, which is `!Send`. Sleeper currently requires `type Sleep` to be `Send`, but it seems this is not strictly necessary...
_test_malloc ironically suffers from a painfully obvious size_t overflow when calculating allocate_size. a simple assert_true(allocate_size > size) should fix this.
I noticed a few references in the docs to non-existent parameters. While I was at it, I found some inconsistencies, e.g. a few instances of non-imperative language in the short...
### Describe the problem to be solved Followup from #6123. When instance following fails, there's no indication that anything failed except for in the Job Logs, and the follow status...
### Describe the problem to be solved As it currently stands, according to #1229 and the FAQ, it's officially advised not to run two instances pointing to the same db...
I've been starting to think about how to add support for async crypto engines to `snow` (like crypto coprocessors, or in my case, the [Web Crypto API](https://docs.rs/web-sys/0.3.60/web_sys/struct.SubtleCrypto.html)). The Web Crypto...