David Laban
David Laban
I'm currently running ``` $ deno --version deno 1.13.2 (release, x86_64-apple-darwin) v8 9.3.345.11 typescript 4.3.5 ``` and this complains about some typing problems in [email protected] I ran `udd **/*js` to...
I'm assuming that all runners are able to use `actions/upload-artifact` without any extra creds. I've not really dug into it that much. If it turns out that the runner is...
https://github.com/marketplace/actions/rust-cargo-install feels like it does what we want, but feels deprecated. Maybe dig into why that is? It may be that we can write a patch to cargo-bincode to install...
Inspired by https://jvns.ca/blog/2022/07/09/monitoring-small-web-services/ https://github.com/upptime/upptime is probably more philosophically aligned with my current "how much can I get github actions to do for me for free?" philosophy. I will probably also...
centos 6 might do, according to https://www.reddit.com/r/rust/comments/k9wiff/introducing_cargoquickinstall/gf7wkw2/ , but check what `rustup` does before starting work. I expect that there will be crates that don't build on centos 6 that...
- [x] intro - [x] diagram with github actions, releases, client, crates.io - [x] diagram with cronjob -> builder -> uploader split - [x] discussion of trust model (copy from...
Alternatives would be python, typescript with google/zx, or rust, following the https://github.com/matklad/cargo-xtask pattern. I'm actually quite tempted by doing the whole thing in rust. We already have code for shelling...
I wrote `curl | tar` installation instructions for https://github.com/cargo-quick/kache . It would be good to have a working `curl | bash` version though. It would also be good to have...
See https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge#using-the-branch-parameter
- [ ] try buliding inside an arm docker image, with qemu registered as the binfmt executor or whatever you call it https://github.community/t/testing-against-multiple-architectures/17111 It might be possible to use the...