Lorenzo Stanco
Lorenzo Stanco
Currently, when we click on the status label, a balloon pops up indicating current status:  But the status is already visible in the bar, so can't we use the...
When the Serial Monitor tab continuously outputs incoming data (like for some quick periodical process), it's impossible to select and copy text. As soon as you select the text, it...
Fixed error *"stdClass does not have a constructor hence you cannot use ctor_params"* (tested in PHP 7.0.33) when explicitly passing `"stdClass"` instead of `null` to `mysql_fetch_object()`.
How to invert colors of an image? I have a flat black icon and I want to turn it white: I've tried also `image.lighten(1)` with no success. I could loop...