Simon Seyer

Results 11 comments of Simon Seyer

Facing a pretty similar issue with `0.15.0` when trying to integrate Sourcery with SPM: ```swift // swift-tools-version:4.2 import PackageDescription let package = Package( name: "fu", dependencies: [ .package(url: "https://github.com/krzysztofzablocki/sourcery", from:...

I would second @Oliver-Binns comment. Would be great if you could apply the change by removing the `platforms` definition altogether.

Yes, I also agree, it would be a nice feature.

Hi Tilmann, thanks a lot for your reply! That's all very helpful. > I also tried simulation, but the device is too specific to find a good solution One thing...

> I am not connected to SkyBean so this is no official statement, but my private opinion: I dont think, that there will be a SkyDrop v2, as the strato...

Yeah, that's my plan 👍

It's working now 🎉 The eeprom_read/write modifications were probably the issue indeed. I've also ran into he maximum program size limitation and used the `NEED_LOT_OF_SPACE_FOR_DEBUG` to get around it for...

Sure, happy to do so: https://github.com/fhorinek/SkyDrop/pull/464

Hey Fero, first of all thank you for your extensive answer, sharing your perspective and taking the time to answer my questions. The SkyDrop replacement sounds interesting and I'm curious...