Mikael Hailu

Results 5 issues of Mikael Hailu

As the issue https://github.com/FreeOpcUa/opcua-asyncio/issues/1364 suggests, OpcUa Client (and Server) are not reusable, since disconnecting the client or stopping the server, stops the Sync Wrapper's ThreadLoop respectively and therefore lead to...

When trying to automatically import the whole content of a file via the `:jl:autofile` directive, file contents that are included via an `include()` statement and would otherwise be available to...

Initial attempt to resolve isse #22 by implementing a `read_and_include()` files function to be called from within the `parsetools.reader.read_file` function to cover "included" files for further parsing and ultimately documentation....

After installing fmpy(0.3.20) via pip (3.9.19 , 3.10.14, 3.12.2 respectively) on my MacOS machine (Apple Silicon M1) the following error occurs when attempting to import the fmpy.sundials module: ``` >>>...

When using one of the mentioned filter functions in `attrs.as_dict` or `as_tuple` on frozen nodes that have attributes with `attrs.validators.in_` set as their validator, the following TypeError is thrown: ```pytb...