Philipp Oppermann

Results 676 comments of Philipp Oppermann

As a first step, I would like to see support for Rust's and Python standard log packages. For Rust, we could set up a [`log`](https://docs.rs/log/latest/log/)-compatible logger, which forwards log events...

Thanks for the PR! The first two changes are just British English vs US English. I'm fine with changing them to the US spelling, but I don't have a strong...

> I think that we have mainly used British English I don't think that this is the case. For example, we use 'color' multiple times in this repo, but 'colour'...

Sure! We also don't have to do this now, I just try to update our lockfiles semi-regularly.

For `VirtAddr`, we could add a new generic parameter that allows specifying 4-level or 5-level paging. If we default to 4-level paging, we might be even able to avoid a...

That is expected with our current design. The event channel returns `None` as soon as all inputs of the node have been closed. This allows nodes to stop when they...

> * Remove the dora coordinator. The coordinator is still source of many issues while most of our use case are local single dataflow, making it very difficult to justify...

I fully agree with you that the current setup for multi-machine deployments is cumbersome to use and very difficult to get right. It is just a first prototype without any...

> It really sounds like having some uncommited env file and/or having to commit IP address that needs to be somehow protected is either to deal with than try to...