Mathieu Villion
Mathieu Villion
Following the example from https://stackoverflow.com/questions/28126314/adding-members-to-python-enums but using IntEnum instead of Enum, yield an error. ``` from aenum import IntEnum from aenum import extend_enum class ColorHelp(IntEnum): _init_ = 'value __doc__' black...
Hello, I am trying to parse a recent Galileo file: ftp://ftp.cddis.eosdis.nasa.gov/pub/gnss/data/daily/2020/182/20l/tlsg1820.20l.Z As it contains both F/NAV 0x102 (258) and I/NAV 0x205 (517) messages, current nav2.py rejects all messages. Adding a...
Hello, I had to add a "(void *)" to silence a warning that is breaking the build with gcc-14: diff --git a/os_dep/linux/rtw_android.c b/os_dep/linux/rtw_android.c index 71090dc..4d70f07 100644 --- a/os_dep/linux/rtw_android.c +++ b/os_dep/linux/rtw_android.c...