mitchmindtree

Results 396 comments of mitchmindtree

The specific use-case I have in mind is to synchronise the system clocks of many devices on a single LAN in a cross-platform manner so that we may synchronise the...

@lukasjapan you might be interested in [ilda-idtf](https://crates.delbertbeta.cc/crates/ilda-idtf) - it's a streaming, zero-copy implementation of the ILDA IDTF protocol.

Just to clarify, in our chat earlier the `nix flake show` suggestion was more related to dry-running the difference in **package outputs** that result from a change to the `patches.nix`...

Just for reference, today downstream users should already be able to use tools from fuel.nix in CI actions with something like this: ```yml jobs: my-build-job: runs-on: ubuntu-latest steps: - uses:...

Another thought w.r.t. latency: If it turns out that relying directly on the fuellabs cache *does* take too long, I'd imagine there's some way to provide a docker image that...

Can confirm high CPU usage, also generally quite choppy behaviour. E.g. - On opening the wallet, there's a few seconds pause (at least there is with a few wallets added)...