Dusan Cervenka
Dusan Cervenka
**Is your feature request related to a problem? Please describe.** As we have official support of asserts, we may put them in the code to debug code easier. **Describe the...
**Is your feature request related to a problem? Please describe.** Currently conditiions are done by if...elif....elif.... Some code is redundant then. This can bring some transparency into code. **Describe the...
Newer python versions support defining type for variables/paramters/attributes. It is not validating type so you can put e.g. into into string variable.... But it is providing some benefit for debuging...
This library may be used https://docs.python.org/3/howto/logging.html
There was a bug in that file(#182 ). I am not sure if this file is original or it was modified in our repositories (should be easy to find out,...
We can consider to use some solution from link bellow: https://github.blog/2020-10-05-announcing-third-party-code-scanning-tools-static-analysis-and-developer-security-training/
Visual Studio Code is powerfull and popular IDE for developing code. There are extensions for building and debugging code for emebedded device. We could create extension for parsing and formatting...
We can consider, using this module https://github.com/fox-it/dissect.cstruct, replace shim code for structs (later unions, ...) on python side. They are preparing new version of module which i hope will support...
Hello, is this flush implementation ok? Wouldn't be better to implement to match pyserial documentation? https://github.com/pyserial/pyserial-asyncio/blob/44d470181af989fb35fbe5062f47f8eaf5b7939a/serial_asyncio/__init__.py#L194 
### Security issue notifications If you discover a potential security issue in s2n we ask that you notify AWS Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a...