Cristian Maglie
Cristian Maglie
for reference here's how the Arduino IDE 1.8.x do the search, I'm going to implement the same search: ```java private boolean filterCondition(ContributedLibraryReleases lib) { if (selectedCategoryFilter != null && !selectedCategoryFilter.test(lib))...
This is a problem in the console text area of the IDE becuase running `arduino-cli` from the command line shows the expected progress bar: this means that the standard-out stream...
Another question is: isn't the "console" text area already supporting some terminal control standard? If we must implement all control characters from an ANSI terminal it will become a project...
I'm not an OpenGL expert, I'm just playing a bit and wanted to share my discoveries, here what I've found after some trial-and-error: To load a font ```go fontFile, err...
Can we consider this case closed?
Hi @jjshoe, is still happening? may you update to the latest CLI, and re-run with the `-v` flag to see more logging?
The `legacy` package is not intended for external inclusion. I'll prepare a PR to move the `legacy` package inside `internal/legacy` so we could make this distinction clear.
Hi @mikeroyal as already said, you can collaborate with @manchoz to maintain the arduino-cli snap package.
This PR now targets [arduino:daemon-fixes](https://github.com/arduino/arduino-cli/tree/daemon-fixes) branch, the docs will be updated later or in another PR.