Results 42 comments of Pieter du Preez

> i'm also not sure what advantage less has over screen? I totally agree. I have no problem to have `less` and `cat` as alternatives, but screen is currently the...

Will the following not solve your problem? https://github.com/sudar/Arduino-Makefile/blob/22ca63614d05c8b8037cb037279ee666b5ede8c2/Arduino.mk#L91 Could you please try the following on 'master' and post your result? `time (ARDUINO_QUIET=1 make)`

> As I mentioned to this issue title, my result above has already include ARDUINO_QUIET=1. Ah, my mistake. Sorry for that. My browser's font is set to large and it...

For sure something like PARSE_BOARD will take time, as we're checking for the existence, reading and parsing the board file. I guess that on a raspberry-pi, the disk access is...

I patched the current master's HEAD, fe84c5919, examples/Blink/Blink.ino with the following patch: https://gist.github.com/6d223de494e7f5a57a3392b21e819986 I then ran the following in the examples/Blink directory: ``` $ CPPFLAGS="-DALTERNATIVE_V1 -DUSING_CPPFLAGS" make clean all 2>&1...

@alexkazik, I hope you don't mind, but I took the liberty to submit a fix for this problem: #1209

Hi @karlp, Thanks for your feedback. I hope that I understood you correctly and that c7b1629 puts this pr more in line with what you asked for. I took the...

No problem :) Thanks for looking at it in any case.

Hi @sewenew, I actually have a use-case for this request: I am handling data from sensors that deliver their data at pre-defined intervals. Eg. sensor A, @ a 3 second...

Hi @sewenew and @quoctuanuit, @quoctuanuit wrote: > When a redis instance is going down, I need the socket_timeout small enough to return the error immediately. Like @sewenew said, you might...