Nicolas Harrand

Results 11 comments of Nicolas Harrand

You could also give unique id to timeout messages(by incrementing a var) and keep a register of the last canceled id, and then check upon timeout reception that the id...

There is already a catch mechanism for SIGTERM and SIGINT in the PosixMT compiler, but it doesn't call the `on exit` of any thing. [Here](https://github.com/TelluIoT/ThingML/blob/master/compilers/c/src/main/resources/ctemplates/posixmt_main.c) ``` void term(int signum) {...

@Chris--A To be clear, `char c = 255;` was just a way to assign `char c = -1;`. My problem was only to see additional Bytes appear. This can be...

Added to related work!

#4294 is merged! @MartinWitt congratulations!

Cubix: a multi language tool for source to source transformations http://www.cubix-framework.com

Many of our jenkins builds are failling with ``` Unknown host repo.maven.apache.org: Temporary failure in name resolution ```

Hello @jvoix TLDR: I made a fork [here](https://github.com/nharrand/rmirro). (It contains both my modifications of rmirro.py and the notify-send replacement. Hope it helps.) Explanations: I simply replaced `cmd = ["notify-send"]` with...