Daniel Moser

Results 3 issues of Daniel Moser

**Expected behavior** 1. Correct the filename from "amd" to "and" -- ie., from `server-custom-structures-amd-enums.py` to `server-custom-structures-and-enums.py` 2. On line 41, add `datatype` to the enum variable: `valnode = await server.nodes.objects.add_variable(idx,...

I get the following when trying to save a custom model: ``` uawidgets.utils - ERROR - 'NodeId' object has no attribute 'aio_obj'') Traceback (most recent call last): File "/home/dfaes/.local/lib/python3.9/site-packages/uawidgets/utils.py", line...

I'm trying to validate a schema generated my OpenAPI and `check-jsonschema` is not working with it. In particular, I need to check `required` plus `minimum`/`maximum` fields. This is the schemafile:...

question