Brendan Jackman
Brendan Jackman
Redirecting a plumbum command to a remote path does not seem to write to the path on the remote machine. Is this a bug? To demonstrate what I mean: ```...
While fiddling around I tried disabling the YAML header in the file format settings. When I do this, when editing notes in the app I find that after I save,...
Using `Makeself version 2.5.0`: ``` /tmp/ms ❯❯ echo "echo foo" > run.sh /tmp/ms ❯❯ chmod +x run.sh /tmp/ms ❯❯ ./run.sh foo /tmp/ms ❯❯ makeself . run.run "run" "./run.sh" Header is...
See https://www.qemu.org/docs/master/about/removed-features.html Implementation notes: - I wrote out this numeric parsing logic for the version check to avoid a big regex. Not sure if it's worth it, LMK if you...
Not sure how useful this will actually be hence RFC marker and not too much care or documentation. This basically jimmies `/proc/schedstat` into the `Instrument` API. What do you think?...
My system at work strongly discourages global `pip` installations but it looks like some lovely folks at Debian maintain a distro package. Useful to know :)
### Summary When using [this library](https://docs.rs/async-condvar-fair/latest/async_condvar_fair/#example-of-passing-a-tuple-of-guard-and-mutex) the warning `this MutexGuard is held across an await point` fires, but I don't believe any mutex is held across await ### Lint Name...
It's unclear to me if this is really a bug or just the expected outcome of Rust's weird test case registration system. ``` ❯❯ cat Cargo.toml [package] name = "t"...