Markus Rudy
Markus Rudy
In principle, the `OperatorWrapper` class was a neat concept, but I think we are at a point where it hinders us more than it helps. It is (at least partially)...
I don't quite understand why [only output slots should listen on that signal](https://github.com/ilastik/lazyflow/blob/master/lazyflow/slot.py#L516), but even this does not work: `Slot._sig_value_changed` is not emitted anywhere.
`slicingtools.is_bounded` expects key to be tuple of slices, but key can be mixed tuple of slices and ints. **Test** ``` python op.Input[0, 0] = 1 ``` **Result** ``` File "/home/markus/Coding/hci/lazyflow/lazyflow/slot.py",...
**Which feature do you think can be improved?** Policy generation with the genpolicy tool **How can it be improved?** genpolicy should check whether the image config contains a PATH environment...
**Which feature do you think can be improved?** Policy generation with `genpolicy`. Specifically, image pulling for dm-verity calculation. **How can it be improved?** Add support for insecure registries, at least...
Hi @elliotxx, I'm seeing some unexpected behaviour with [Github's inline math] inside tables. A minimal example would be ```bash mdfmt
### Context This RFC proposes a mechanism for accessing Constellation nodes for maintenance. ### Checklist - [x] Add labels (e.g., for changelog category) - [x] Is PR title adequate for...
### Context Constellation consumes some of its dependencies from edgeless-related forks. Inspecting these forks, some turned out not to be needed anymore: * `tink-go` updated Bazel visibility in v2.1.0 *...
### Context It's not obvious to the casual contributor how the Constellation Node Operator module interacts with its Helm chart: some resources are duplicated, even with a slight mismatch sometimes,...
More or less the first thing I did when I started this branch was researching the appropriate X25519 library to use. Now, almost 3 years later, I still find it...