Adam Perry
Adam Perry
Ideally with tests that match the book section.
The dry-run publish step on CI needs to check if the version of the crate in the PR is on crates.io. If it is, the scripts should download the tarball,...
The cypress tests halfway work locally now! Need to get them the rest of the way passing and enable them in CI.
Within a single call to run_once, all `Var`s observed should have the same revision as the current run. If a var is updated by another thread during `run_once`, the function...
Right now `run_on_state_changes` only does the right thing if the RunLoop is the top-level task. If it's being `join`ed with another future it might be re-run unnecessarily. One option to...