Sébastien Celles

Results 294 comments of Sébastien Celles

Maybe @per1234 can tell us if Arduino platforms have official identifiers.

Comparing AppVeyor config to what I did I noticed I used gcc/g++ from MinGW not from Cygwin. I will stop trying arduino_ci with Windows for now... and continue my personal...

Removing MinGW... installing Cygwin64 and adding it's bin dir to PATH lead to side effect... now Git Bash ``` 2 [main] getent (6368) C:\cygwin64\bin\getent.exe: *** fatal error - cygheap base...

Or an other possible end of log (more human readable) ``` Unit tests Found: 6 test files Unit testing test_mwe_00.cpp with g++ ✗ Unit testing test_mwe_01.cpp with g++ ✗ Unit...

it seems that a `skipmissing` function exist in Base. see https://docs.julialang.org/en/v1/manual/missing/index.html#Skipping-Missing-Values-1 Maybe Missing doc should be updated accordingly.

I'm wondering if building `FixedTimeZone` from `Minute` shouldn't be considered. Anyway additional constructor to FixedTimeZone should be considered.

Having a `parse` (or `tryparse`) function which can output `missing` will greatly improve workflow with DataFrame. See https://github.com/JuliaData/DataFrames.jl/issues/1854

Python logbook package provides a quite big list of logging handlers http://logbook.readthedocs.io/en/stable/quickstart.html#handlers Maybe implementing some handlers could be an interesting exercice for JuliaCon 2018 Hackaton? See https://discourse.julialang.org/t/recruiting-package-authors-for-juliacon-hackathon-mentoring-guidance/12453

If dimension is no more than 2, I think so. If dimension is greater, than an error should be raised. Your comment is very interesting as it shows that there...

See https://github.com/davidavdav/NamedArrays.jl/issues/55 about implementing an Iterator of NamedTuples for NamedArrays