Thomas Höhenleitner

Results 196 comments of Thomas Höhenleitner

This may be tricky. 32-bit Trice's are doing float. 64-bit Trice's could have double and float.

When `aDouble(x)` is used, check that a 64-bit Trice is used.

This seems to be an editor display or OS issue. If the strings are modified, an other ID would get assigned. Please check out other editors like notepad++ and check...

Currently no idea. For the conversion and file IO, library functions are used: ```Go // toJSON converts lut into JSON byte slice in human-readable form. func (lu TriceIDLookUp) toJSON() ([]byte,...

There are now 2 tests in [id/utf8_test.go](https://github.com/rokath/trice/blob/main/internal/id/utf8_test.go). Closing this issue now. If the problem pops up again, please re-open, we can try to intensify those tests then to be able...