Tyler Bloom
Tyler Bloom
I have a PR out for this issue, #147 . I think the period at the end is a small but fairly intuitive way to handle this, though I am...
Thanks for responding. The linked build script is close to what I'm looking for. My goal is to be able to run regression tests in CI using the ROM suite....
> js: we pull in wasm-bindgen and getrandom unconditionally when building for the web. Could we use our crate features more cleverly to only pull in features we need? From...
> That's interesting 🤔 Would that `rnd` feature simply ignore the `wasm-bindgen` and `getrandom` features on targets that don't specify them as dependencies? Ya, that's correct. I don't know how...
I was recently revisiting this idea. While the `retain` method that I proposed could (and maybe should) be implemented, a better solution to the problem that I described is a...
Depending on how you want to deploy your app, you can check out this example that I created, which is a minimal reproduction of the project architecture that I'm using...
I like the phrasing of "transient" and "permanent" actors a lot. That's a great idea. As for API, the actor state is the part that "knows" if the state will...
> 1. Did you double-check the permanence choices I made? After making this PR I decided some of the `Transient` front end stuff should probably be `Permanent`. Hmm, basically all...
> Could you clarify - if an actor message send fails, what exactly happened? Should we just retry until it succeeds? (Should that retry just be wrapped in a helper?)...
There is a conflict. I will resolve that error before merging.