Christian Kuss

Results 4 issues of Christian Kuss

When running more than one class that inherits from SLE, `_state`, `_handlers`, `_data_queue`, and `_invoke_id` become shared. The most common issue this creates is if data is being inserted into...

Because of the strictly pinned versions this library would only work with Python 3.7, as stated in the documentation. Since the dependencies are well founded they provide support for newer...

In [ait/dsn/common.py](https://github.com/NASA-AMMOS/AIT-DSN/blob/master/ait/dsn/sle/common.py#L88-L100) there is the following code block ```python class SLE(object): ''' SLE interface "base" class The SLE class provides SLE interface-agnostic methods and attributes for interfacing with SLE. '''...

AIT-Core was recently updated to Python 3.10 (in version 2.4.0). The current version is stuck on 3.7 and could be upgraded to match the AIT-Core. This would drop support for...