Silvano Cerza

Results 111 comments of Silvano Cerza

Having a similar issue with Python `3.9.7`. Is it related or should I open a new issue? ``` > repo.index.commit("First commit") test/test_lib.py:960: _ _ _ _ _ _ _ _...

The issue is not present in Python `3.9.6` by the way.

I'd expect the Arduino CLI to validate it itself, don't think it's a good idea to use another tool to validate them.

I think a central discussion where we, the maintainers, talk about the C++ Concepts is necessary, I've been inspired by the one created by @tehsphinx obviously, great idea. :smile: I...

`type_traits` is not exactly reflection has in other languages but it's the only way for C++ to obtain something similar, so I'd leave as it is. We could leave `Templates`...

I've updated the issue with the updated Concepts from exercism/v3#887

Part of this task is already been done on branch `scerza/embedding-settings`.

This is what's preventing your platform from being loaded: https://github.com/arduino/arduino-cli/blob/fb8931c3e14da79932ed5965244010202efa8e01/arduino/cores/packageindex/index.go#L253-L256 We could just log the error if the size is not valid and call it a day but am not...

That's certainly a solution but it would make both `size` and `checksum` useless, at that point what's stopping everyone to always set `platformArchiveDynamicallyGenerated` to `true` even if they could calculate...

There are plans to store some information in the `sketch.json` file to run the `compile` command without the need to specify some flags, nothing set in stone for now but...