Lorenzo Stanco
Lorenzo Stanco
I tried the new official beta 2.0 IDE, but it's absolutely underwhelming compared to Atom (but still better than the legacy one, of course). Did anyone tried to downgrade Atom?...
I ended up using the official Arduino CLI and implementing some toolbar commands launched in a terminal plugin. Not bad: Arduino CLI is a very nice piece of software, my...
So, here's my setup. First thing, I [installed Arduino CLI](https://arduino.github.io/arduino-cli/latest/installation/) and followed the [getting started guide](https://arduino.github.io/arduino-cli/latest/getting-started/) to make sure it runs fine from the command line. Then, these are the...
> Is it worth creating a package that uses `android-cli`? I'm planning of creating one. I don't know :man_shrugging: I still think it's better fixing this issue. My setup works,...
Is there a workaround for this, in the meantime? Thanks.
Thanks, I'm on Ubuntu, so I downgraded quickly using the package manager. In case anyone will need it: sudo apt-get install atom=1.38.2 Rebooting Atom will ask to rebuild the Arduino...
@dshafik Yes, you're right, thanks :slightly_smiling_face: I removed the string check since it's not necessary anymore: it looks like `method_exists()` works just fine with `stdClass`, which is the default parameter...
> PHP 7.0 has been without security fixes for **three years**. You should be using 7.4, 8.0, or 8.1. This library still works with those. If it was up to...
Here's what I am using now. It's slow but at least I can achieve what I need. ``` javascript require('async').timesSeries(image.width(), function(x, x_next) { require('async').timesSeries(image.height(), function(y, y_next) { var pixel =...