Thomas Eizinger
Thomas Eizinger
> I know it's an edge-case, but OSX folks using Podman 4.x can't currently use the CLI, due to `inspect` differences. What does "currently" mean? Is this expected to be...
I am liking this idea. It would be well in line with the "Reliable" principle in our upcoming "Design principles" draft: https://github.com/testcontainers/testcontainers-rs/pull/420 We would probably have to make it an...
The following works well for me as a workaround: ``` [Unit] Description=Override tunables After=powertop.service [Service] Type=oneshot ExecStart=/usr/bin/bash -c 'echo on > /sys/bus/usb/devices/3-2.3/power/control' ExecStart=/usr/bin/bash -c 'echo on > /sys/bus/usb/devices/3-2.4/power/control' [Install] WantedBy=multi-user.target...
Github recently released something that helps with this if I understand correctly: https://github.blog/changelog/2020-05-19-pull-request-retargeting/
Historical dates prior to the unix epoch make sense. I guess the decision to use an i64 is then a combination of: 1. Avoiding the Y2k38 problem and hence any...
> > Maybe because it doesn't really make sense to go this far back in the Gregorian calendar system? > > I understand that but I don't see why the...
> @mxinden is this issue beginner friendly ? Is this > something I could help with ? Yes it should be. Take a look at how other metrics are implemented...
Related: https://github.com/libp2p/rust-libp2p/pull/1682
> > This is a best practice as a library. Which dependency bug did you run into? > > We're running build on nightly, so sometimes `cargo update` brings compilation...
I've spent a bit of time looking through the Rust Bluetooth ecosystem and at least for targeting Linux only, this looks very promising: https://github.com/bluez/bluer