Sébastien Celles

Results 294 comments of Sébastien Celles

Moreover if Series had a `name` attribute we could, by default use it to give DataFrame column an apropriate name

Maybe 2 options could be available --password YourPass or --prompt-pwd

Maybe some developpers with knowledge of C/C++ dependency manager could comment on the last point about requirements. [Code linting](https://en.wikipedia.org/wiki/Lint_(software)) could also be checked. A last, but important part of code...

As written in https://github.com/arduino/Arduino/issues/6646#issuecomment-392063761 detect license inconsistencies (ie a different license in `library.properties` and `LICENSE` file) could be part of the Arduino libraries quality assurance process

Pinging @ianfixes about unit tests / continuous integration for Arduino libraries

Let's hope @ladyada @sdesalas @bguest (and others) will merge your PRs @ianfixes... because you did a very important work on this task... but a collective effort is required to have...

@ladyada I think https://github.com/adafruit/travis-ci-arduino only insure that code can still be compiled... not that it's working as expected (no unit tests). Maybe that's enough for most of your libraries, but...

[Mocking](https://en.wikipedia.org/wiki/Mock_object) can help. As it's depending on hardware, we can't expect a 100% code coverage by unit tests (and we currently don't have tools to measure code coverage for Arduino...

Pinging @cmaglie as he have been working on dependency management in https://github.com/arduino/Arduino/pull/6004

I noticed that [arduino-cli](https://github.com/arduino/arduino-cli) is written in [Go](https://golang.org/). I wonder if acceptance of an integrated Arduino CI tool with unit tests won't be higher if it won't depend on a...