Adam Perry

Results 139 issues of Adam Perry

Ideally with tests that match the book section.

dom

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,...

ofl

The cypress tests halfway work locally now! Need to get them the rest of the way passing and enable them in CI.

dom

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...

core

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...

core