Philipp Oppermann
Philipp Oppermann
Let's merge this finally. Sorry everyone for the delay!
Published at: https://rust-osdev.com/this-month/2024-06/ Draft PR for the upcoming July issue: https://github.com/rust-osdev/homepage/pull/228
This was requested a few times, e.g: https://github.com/rust-osdev/linked-list-allocator/issues/40 and https://github.com/rust-osdev/linked-list-allocator/issues/16 . So I would be happy to merge a PR for this! The implementation should not be too difficult. I...
This still seems to fail on CI.
This seems to include commits of other PRs
> make it less adverse to race conditions. This is a bit misleading, the race condition is that concurrent operations are not allowed right now. This PR removes that limitation....
Thanks for reporting! Apparently vim is replacing the file with a new one when saving it, instead of modifying it. See https://github.com/notify-rs/notify/issues/247 and https://github.com/notify-rs/notify/issues/113. So it looks like we have...
I opened a PR to hopefully fix this issue: https://github.com/dora-rs/dora/pull/532. Could you please try whether it works for you? Thanks!
> ```shell > dora daemon --machine-id B --coordinator-addr 192.168.1.150:53290 > dora start dataflow_small.yml --coordinator-addr 192.168.1.150 --coordinator-port 53290 > ``` The dora coordinator currently uses different sockets for daemon and CLI...
Should be fixed with #779 . Please leave a comment if you are still experiencing issues.