Sébastien Celles

Results 201 issues of Sébastien Celles

Might fix https://github.com/seenaburns/Chroma/issues/19

Hello, it will be nice to enable Continuous Integration. Travis-CI could help. Kind regards

Hello, Ensuring that this library can still be compiled (using a [continuous integration](https://en.wikipedia.org/wiki/Continuous_integration) service such as [Travis](https://en.wikipedia.org/wiki/Travis_CI)) could be a nice improvement. Running some [unit tests](https://en.wikipedia.org/wiki/Unit_testing) to ensure that code...

[![Build Status](https://travis-ci.org/scls19fr/arduino-fsm.svg?branch=master)](https://travis-ci.org/scls19fr/arduino-fsm)

Hello, Similar to https://github.com/jonblack/arduino-menusystem/issues/66 Continuous integration / unit tests are probably a good idea. Build on Travis with PlatformIO is easier for arduino-fsm examples than for arduino-menusystem as there isn't...

Hello, I wonder how to pretty print Bunch objects: ``` import pprint pp = pprint.PrettyPrinter(indent=4) pp.pprint(b) ``` Any idea ?

Hello, I did this ``` #!/usr/bin/env python # -*- coding: utf-8 -*- from flufl.enum import Enum from bunch import Bunch class MyEnum(Enum): VAL1 = 1 VAL2 = 2 VAL3 =...

Hello, I'm new to fastkml and was quite surprised to see its API usage. ```python >>> from fastkml import kml # Setup the string which contains the KML file we...

enhancement
Hacktoberfest

Hello, it could be a good idea to insure that examples can be compiled successfully. http://platformio.org/ can help as it provide continuous integration (with Travis) http://docs.platformio.org/en/latest/ci/travis.html Unit testing is also...

Hello, it will be nice to see Visual Reporting Points (VRP) on LittleNav Map. In France, they are available unofficially at http://www.jprendu.fr/aeroweb/_private/22_Espace_GPS/00_Page_GPS.html They are available as GPX file not as...

enhancement
requested