Nemo157
Nemo157
I [took the second approach](https://github.com/Nemo157/embrio-rs/blob/master/embrio-nrf51/src/gpio/mod.rs#L10) while experimenting with alternative typestate implementations in `embrio-nrf51` (which was strongly inspired by `nrf51-hal`'s implementation). It definitely seems like the correct solution to me.
I've been doing a lot of thinking about ways to surface build issues to crate owners recently. I'll try and spend some time tomorrow to write up my thoughts.
Finally wrote up my ideas in #2434, would a feature like that be more useful for this sort of usecase @abonander?
Probably needs some infra input on the deploy changes (what exactly the tags they use will be). Also I want to investigate the crates.io-index initialization a little more and make...
I have removed the CI changes pushing the new image to production, since that will require some input from infra and can be done later.
Fixed that, I was normalizing the `COMMAND`s and thought that the `--` wasn't actually needed with `tini`. I've normalized them the other way and split the `ENTRYPOINT` and `COMMAND` so...
> I'm still seeing the same error when trying to run the registry watcher container? Coming back to this finally, are you using `--build` with the `docker compose up` call?...
The webhook is just a trigger "check what crates were released between last commit and now", it will just call the exact same update code as the time based trigger...
Yes, I configure the `build.target-dir` in my `~/.cargo/config`. `cargo run` handles it fine as long as the source file is newer than the existing artifact (such as when creating and...
```console > CARGO_LOG=trace cargo run ... [2022-09-13T17:39:21Z DEBUG cargo::core::compiler::fingerprint] fingerprint at: /home/nemo157/.cargo/shared-target/debug/.fingerprint/foo-814f88d2d60fb717/bin-foo [2022-09-13T17:39:21Z DEBUG cargo::core::compiler::fingerprint] max output mtime for "/tmp/tmp.DIIl3W4IFR/foo" is "/home/nemo157/.cargo/shared-target/debug/deps/foo-814f88d2d60fb717" 1663090718.433117604s [2022-09-13T17:39:21Z INFO cargo::core::compiler::fingerprint] stale: changed "/tmp/tmp.DIIl3W4IFR/foo/src/main.rs" [2022-09-13T17:39:21Z...