Colin Finck
Colin Finck
I just talked to @rossburton on the #oe IRC channel and he said > ask the meta-rust maintainers if you want that to have a backport of new rust >...
I fixed building our Rust application with meta-rust by adding `CARGO_DISABLE_BITBAKE_VENDORING = "1"` to our recipe. This reenables Cargo to fetch dependencies on its own. The only other alternative seems...
@olivierpierre: I got to know about your problem, however not about your proposed solution. Anyway, I've committed a fix for HermitCore-rs (the Rust implementation of HermitCore), which lets uhyve perform...
Bump Who can review this?
I've also tried to use networkd-dispatcher and a script in `routable.d` to receive notifications on DHCP events. This works when networkd initially acquires a lease and when the lease expires,...
I'm Colin, developer at the ReactOS Project, and I have discussed a possible ReactOS and Qubes collaboration with @marmarek and @woju at FOSDEM in February. I was told that a...
I would like to stress the importance of an authenticated API to get information about the balance and transactions. The ReactOS Project has recently started accepting donations over Liberapay due...
For what it's worth, I just had the same requirement at work and updated the cegcc-build and gcc repos to support x86 Windows CE targets. My work is now available...
@lanquil I'm using a similar timeout when connecting to or reading from a Modbus device. However, I'm using `tokio::time::timeout`, which achieves the same as your code, but is provided by...
@JosuGZ Repeating what I've written in https://github.com/slowtec/tokio-modbus/issues/60#issuecomment-1511417625: This is not a problem specific to tokio-modbus, but to any crate that communicates with external devices. I have yet to find a...