Félix Saparelli
Félix Saparelli
https://github.com/mitsuhiko/self-replace That would probably solve our issues self-updating on Windows.
When we do an autodiscovery, either by hitting URLs or by the github API, we could save the "discovered URL shape" to a cache file. Then when that crate is...
Our friends over at Axo are making good tools! https://github.com/axodotdev/cargo-dist When that exits pre-release it could be useful to use it for our own releases, to simplify our setup. Looks...
Something a number of packages do is have a `.sha256` (and/or others) alongside the file in the releases: ``` https://github.com/mozilla/sccache/releases/download/v0.3.0/sccache-dist-v0.3.0-x86_64-unknown-linux-musl.tar.gz https://github.com/mozilla/sccache/releases/download/v0.3.0/sccache-dist-v0.3.0-x86_64-unknown-linux-musl.tar.gz.sha256 ``` ``` https://github.com/orhun/git-cliff/releases/download/v0.9.2/git-cliff-0.9.2-x86_64-apple-darwin.tar.gz https://github.com/orhun/git-cliff/releases/download/v0.9.2/git-cliff-0.9.2-x86_64-apple-darwin.tar.gz.sha512 ``` Once we have checksum-checking...
### What is the issue? Running the tailscale-operator in proxy mode (with auth). Connecting to the operator results in a TLS error client-side, and operator logs show it can't connect...
#### ~~RPM and DEB~~ ~~These show practically no usage in the download stats, so I'm going to simplify packaging and ditch them from the next major release onward. If this...
That was always a thing but never an issue until 8.2.0 where suddenly a lot of dependencies can appear in the watch list, plus the root. If we're watching the...
This is an issue to gauge interest, I'm happy to implement and PR. Miette has not feared to break API and release new majors swiftly. In many ways, this is...
``` --wrap-process=group --wrap-process=session --wrap-process=pty --wrap-process=no or --wrap-process=false --wrap-process=pty,group --wrap-process=session:name --wrap-process=pty:11 ``` That will provide an alternative to `--no-process-group` for all the issues that arise from the session -> group change...