The #kicad -cli command is pretty neat (although it lacks better docs)
I can now generate a pdf of the schematic and board in around 20 seconds on sourcehut builds with it. It currently outputs 3 pdfs which are manually merged together to make a single build artifact.
https://builds.sr.ht/~martijnbraam/job/1166980
Why doesn't the official GTK4 documentation for GtkLabel actually set _any_ of the useful label attributes in their buildable example. Like.... the content of the label or something...
@edec528e I at least don't have to are about the endianness of the platform, it's all network-endian and it's building for arm microcontrollers. Nothing posix in this stack :P
Is there just no good resource on putting data in a uint8_t[] buffer and getting it out again in a correct way in c++? Putting in a string or an unsigned number is easy but annoyingly verbose. Using a struct to represent the buffer seems to work great but is adviced against with packing and compatability :(
@5a5dfae4 I'm trying to calculate music stuff, which is basically all shifting lists to do key changes and mode changes, so this produces lists that wrap around instead of giving indexerrors and allows easily getting the same list with an offset.
I honestly would've thought python already had some special iterable that's a Tuple but does index%len(self) when retrieving the item.
But I needed the offset anyway
Notes by Martijn Braam | export