Luuk
Results
2
issues of
Luuk
For the project we're running (openrem.org) we run the code throurgh Codacy to check the code quality. Issues were raised with the generated reverse.js file. Especially missing semi-colons, using underscores...
The mllp server encoding is hard-coded to 'utf-8'. This can result in errors if decoding of stream fails due to other encoding. **Solution:** change `__init__` of MLLPServer: ``` def __init__(self,...