Jason

Results 16 issues of Jason

# Description At the moment, I have to go into the KiCad library editor to create a new part. The net connections and net list are generated using skidl, but...

Would like to have an `app.addFrame()` or something similar in which I could add a generic widget that I have created in tkinter. I usually like to subclass frames, so...

new feature

The Grid widget shows up poorly ![window](https://cloud.githubusercontent.com/assets/2328302/25241717/fcd7795c-25c4-11e7-957a-8fff413f9e9f.png) * always has scroll bars, even when not necessary * entry widgets don't stretch to the width of the field * overall window...

new feature

telemetry_core.c `void try_update_hashtable(TM_msg * msg)` During compilation: "warning: enumeration value 'TM_string' not handled in switch" May want to include a default case or explicitly handle this case to reduce compiler...

``` struct TM_transport { int32_t (*read)(uint8_t * buf, uint32_t sizeToRead); int32_t (*readable)(); int32_t (*write)(uint8_t * buf, uint32_t sizeToWrite); int32_t (*writeable)(); }; ``` Return types for each should match the potential...

Greetings - I noticed that the project appears to have recent commits, but that there are several open pull requests from some time ago. In getting started on the project,...

Double vs. Q15 on various platforms Float vs. Q15 on various platforms

Need test for validation and accuracy. Note that the accuracy will probably change somewhat between platforms, so the environment needs to be specified.