Martin Braun

Results 105 issues of Martin Braun

### Description In our setups, we keep having issues around Docker DNS resolution around times where we either: 1. restart Docker nodes in quick succession 2. update Docker nodes (and...

exp/expert
kind/bug
area/networking
area/networking/d/overlay

just wanted to leave this here. This project looks like it could solve some headaches in some fringe edge cases. I checked it with the hetzner cloud volumes plugin (https://github.com/costela/docker-volume-hetzner)...

It looks like we could implement Eden's instance as ~~~~{.haskell} instance (Trans b, ArrowChoice arr) => ArrowParallel arr a b Conf where parEvalN _ fs = evalN fs >>> arr...

Some Relwork for the final version of the paper: https://blog.jle.im/entry/a-dead-end-arrowized-dataflow-parallelism-interface-attempt.html

We already have the conf parameter. We can exploit the type parameter to handle stuff like defining where to spawn processes. This is already present in a way, but could...

https://github.com/KindedJ/KindedJ

The following would have been possible as well, but is stuff for the next paper. ``` class (Category p) => Parallelizable p where lift :: (a -> b) -> p...

remove duplicated code, unnecessary stuff after paper is done.