Ian

Results 245 comments of Ian

Is the other option here to put it behind some kind of `#ifdef`? Maybe some more use cases here would sharpen the boundaries of this issue

@per1234 what compiler flags will need to go into a platform definition ([for example, this one for `uno`](https://github.com/Arduino-CI/arduino_ci/blob/master/misc/default.yml#L25)) to make `teensy` work?

Thanks. I'm not quite sure from https://github.com/arduino/arduino-cli/issues/700 whether this is something that I should try to add to `default.yml` in this project, or whether that's something I would have to...

Given that this mock exists, I'm closing this issue https://github.com/Arduino-CI/arduino_ci/blob/master/cpp/arduino/Wire.h

> what would the correct behavior be in this case It occurs to me that rather than treating this as a "background process" problem involving `Ctrl+c` or `Ctrl+z`, it could...

My original intention was for this issue to be a pull request that implements this, but - poking around in the ruby code gave me the impression that a lot...

This explains _so_ much. Setting aside what an awful time it was trying to troubleshoot / google this, I'd like to draw attention to the error message: ```INFO[0000] Config file...

I am [trying to use it as a backend for `arduino_ci`](https://github.com/Arduino-CI/arduino_ci/pull/218), so for now I am only going to worry about a specific released version. But that's good to know!...

For the purposes of my own project's releases, I will have to pin to specific versions of `ardunio-cli` as a backend. That said, I can think of a few very...

I'm taking a look at this now as part of https://github.com/Arduino-CI/arduino_ci/pull/334