brherger
brherger
Based on the unit test [test_dataclass_const_default](https://github.com/timrid/construct-typing/blob/main/tests/test_typed.py#L24), it does not appear we can set the default fields. I would expect that is possible per [construct.Default documentation](https://construct.readthedocs.io/en/latest/api/misc.html#construct.Default). ``` >>> ConstDefaultTest(default_int=5) Traceback (most...
Hello! Thank you for a great tool. **Environment** - Linux - Python 3.10 - labgrid v23.0.6 **Background** We are making use of the [Place Scheduling](https://labgrid.readthedocs.io/en/latest/usage.html#place-scheduling) functionality using tags to reserve...
Hello, thanks for a great tool! I am trying to host the `labgrid-coordinator` behind an `nginx` reverse proxy. I am using `labgrid/coordinator:v25.0.1` and `nginx:alpine:latest` images with `docker compose`. For simple...