Henry Gabryjelski

Results 89 comments of Henry Gabryjelski

@cyberman54 -- can you update the title? ### Recommended new title: "User settings ignored, default value added to each workspace (Error write EPIPE)" ### Does anyone know if someone is...

See PR #94 for file system validation solution. At time of writing, code is written that: 1. Defines a "port" called test_ghostfat 2. Defines various boards under that port which...

Mocking is insufficient for testing of such a complex item as file system generation. I will focus on this. However, those seems like a very good fit for verifying the...

For chips that use a partition, perhaps it would be possible to update to expose each of the partitions as UF2 binaries? This would require: 1. ability for boards to...

FYI: ESP32 appears to be hard-coded to only allow writes to the `ota1` partition. Moreover, the offset stored in existing `.uf2` files is a **_relative offset_** for that ota partition....

Yes, please! This simple change will enable saving multiple JSON files, each with specific subsets of cards defined, and then mix-n-match the results for a new printout. It also avoids...

@PapaBear138 Unfortunately, the names are CaSe SenSITive, which isn't clear from the documentation. Simply ensure you use lower-case for the element name.

No response ... moved on Hi @SpenceKonde, I actually was just looking to enable CI to validate one of my libraries with v2. I'd like to make a significant recommendation,...

No response ... moved on FYI ... I'm starting by working to get caching of the `arduino-cli` (with all the tools pre-installed) working. That should shave some build & compile...