Francis Thérien

Results 39 comments of Francis Thérien

Haha, same here. I copy-pasted a few lines and changed a device id, sorry :/

Similar issue here. I get "open in terminal" option when right-clicking on a folder in Explorer, but *not* when right-clicking in an empty area within a folder, which would be...

Also getting flagged by Trellix on my PC, unfortunately.

Thanks a lot for writing this @mratsim, it nicely sums up my feelings too. I just wanted to added some extra weight to debugging, which wasn't yet brought up by...

> As a person who loves to have my code formatted in a clean and consistent way, and a big fan of how clangd does its formatting with `clang-format`, I...

Old issue but I'm getting the same thing. It seems that the `fd` property for `mavserial` instances is `None`, though I am not sure if this is specific to Windows....

After a bit of digging in Lilt source, I arrived at the following: ```nim import lilt import tables import strutils let parsers = makeParsers """ digit: number: wholes=*digit ?["." decimals=+digit]...

Unfortunately, I really am only toying. From my cursory look at the source, I'd have to agree that the design looks good! And it currently appears to be one of...

Understood. A compile-time check and error would be ideal, but I'm not sure it's possible to check endianness from the VM. Alternatively, maybe a single runtime check on flatty import?

I tried a quick (naive) implementation, which at first failed because `fieldPairs` does not work with refs. I tried my own wrapper for refs, but then that fails somewhere in...