Marc Pawlowsky

Results 17 issues of Marc Pawlowsky

du is an estimate of the size of the files. (man du). This estimate can vary greatly from run to run, and thus provide different results when trying to get...

Issue #14 While annotations bring in licensing problems for some commercial projects, by dual licensing the annotations with EPL or Apache, most closed source projects should be able to include...

type: enhancement
component: core.filters

How can I have "--uidmap user" in docker-compose.yml execued with podman-compose?

start_hpp_server should reuse the port if it is already being used, most likely due to an earlier instance going down and we are restarting ``` File "lib64/python3.4/site-packages/prometheus_client/exposition.py", line 103, in...

Classes that are wrapped by event cannot be final. class A{}; class B final : public A {} ... make_transition_table( "before"_s + event = "after"_s ); will not compile on...

USE CASE As a developer I would like to produce a Plant UML diagram that comes from the C++ source code, so the documentation is maintained in state with the...

I am trying to figure out how to do an automatic transition an entry where there is a condition based on a guard. Below is a small state machine I...

return make_transition_table( "fin wait 1"_s + on_entry = "fin wait 2"_s) Will eventually generate an error about the template depth being exceeded during compilation. It would be nice if a...

Examples showing how data can be stored and changed in a state and state machine would be really helpful.

**Description** --platform option is not executing using qemu for ARM64 **Steps to reproduce the issue:** ``` root@jammy:/home/x# docker images REPOSITORY TAG IMAGE ID CREATED SIZE root@jammy:/home/x# docker run --platform=linux/arm64 ubuntu:focal...

kind/docs
kind/enhancement