Martti T.

Results 25 issues of Martti T.

* Allow sentence parsing customization (callbacks for CRC and tagblocks) (`SentenceParser` struct) - See #96 * Add Query sentence, * Expose all supported types and their parsers as a map...

Older devices sometimes do not implement NMEA0183 correctly by omitting CRC. It would be nice if there would be way to make parser ignore CRC mismatches for certain sentences. We...

I think MTK implementation is not correct. MTK is command protocol embedded into NMEA sentence. Fields that current MTK struct has are meant for MTK packet "PMTK001" but actually MTK...

**Is your feature request related to a problem? Please describe.** Currently when I add activity the recents lists is updated with that added activity only then I navigate away from...

feature request
calendar

**Is your feature request related to a problem? Please describe.** We are using SAML so users are created when they first login through Azure AD. It would be nice if...

feature request

Implement missing serial functions (7,8,11,12,17,20,21,24,43) Modbus spec: http://www.modbus.org/docs/Modbus_Application_Protocol_V1_1b3.pdf * 07 (0x07) Read Exception Status (Serial Line only) * 08 (0x08) Diagnostics (Serial Line only) * ~~11 (0x0B) Get Comm Event...

enhancement

Please use https://github.com/labstack/echo/discussions/2000 for discussion of `v5` features.

v5

I have expression `vtg_ground_speed_unit > 0 ? vtg_ground_speed_knots : vtg_ground_speed_kph`. These variables (`vtg_ground_speed_unit`, `vtg_ground_speed_knots`, `vtg_ground_speed_kph`) can only be from fixed list (coming from configuration file). So it would be nice...

functions inside expressions are evaluated in coroutine and on panic are not recovered thus crashing whole application. I think there should be somekind of recover as when coroutine ends with...

update timeout middleware with warnings and add example how to implement similar functionality in handler function