Andrew
Andrew
Pretty please?
On Ubuntu 20.04, ffmpeg conversions are not appearing in Xfennec progress [-M].
Related: https://github.com/Xfennec/progress/issues/137
I need this `--out-dir` feature in order to automate archiving binary artifacts (e.g. tar -czvf ..., zip -r ...), when I release my Rust apps. Not a fan of how...
Valgrind does not support Windows or macOS. I would love for a portable tool like hyperfine to feature peak memory usage! The current workaround involves using `/usr/bin/time` with either -v...
By the way, Rust added support for a NetBSD aarch64 big endian target: https://github.com/rust-lang/rust/pull/111326/
Configuring a `DOCKER_DEFAULT_PLATFORM` environment variable with value `linux/amd64` can smooth out rough edges while awaiting publication of multi-architecture images. You may need to explicitly initialize the Docker *buildx* subsystem, something...
> It's increasingly likely that we will support zsh in the future, given it being a default for Mac, so I think that's the best long-term solution. While we eagerly...
Notably, Go has compile time validated regexes. While clippy is helpful, not all Rust coders use clippy. Would love to support for compile time regex validation in the Rust regex...
Oh, maybe I misread the Go docs. https://pkg.go.dev/regexp#MustCompile Looks like Go may not validate at compile time, but rather panics. So Rust is at feature parity with Go there. Can...