Sébastien Celles

Results 201 issues of Sébastien Celles

It should help to recognise license https://www.arduinolibraries.info/libraries/alt-soft-serial See https://help.github.com/articles/licensing-a-repository/

Hello, After reading at http://www.ukiws.demon.co.uk/GFAC/documents/tech_spec_gnss.pdf p26 about C RECORD - TASK (Pre-flight Declaration), it seems to me that an IGC file can have several tasks declared and "a declaration continues...

https://github.com/Turbo87/aerofiles/blob/61c0de5cdf870d7feb5cafbdc677c93b750a0e12/aerofiles/igc/reader.py#L351 uses TZO as Two Letter Code but such TLC doesn't seems to exist in IGC specification http://www.ukiws.demon.co.uk/GFAC/documents/tech_spec_gnss.pdf

Hello, I own a GPS Bluetooth logger (Dual XGPS160). Being able to create GPX file or IGC file (without declaration) from KML file (with `gx:Track` should probably be supported). See...

Hello, On https://aerofiles.readthedocs.io/en/latest/ we can read > This part of the documentation, which is mostly prose, begins with some background information about Flask, then focuses on step-by-step instructions for web...

Hello, it will be nice to have a `aerofiles.xcsoar.ObservationZone object` which could be passed to `xcsoar.Writer.write_observation_zone`. It will reduce my code https://github.com/scls19fr/pycondor/blob/master/pycondor/pycondor2xcsoar6.py and improve it's readability An implementation of this...

Hello, https://www.arduinolibraries.info/ have - By Category - By Type - By License - By Architecture sections it will be nice if that could be sorted in descending order of numbers....

Hello, As said in https://github.com/njh/arduino-libraries/issues/7#issuecomment-394190976 By licenses list currently displays: # By License - BSD 2 Clause (6) - BSD 3 Clause (48) - ISC (1) - MIT (345) -...

Hello, Chroma doesn't seems to support Python 3. ``` In [1]: import chroma File "//anaconda/lib/python3.4/site-packages/chroma/core.py", line 273 except Exception, e: ``` Kind regards

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