Michele Ferri
Michele Ferri
Hello, I maintain an Electron app that uses J5 to control an arduino board via usb. I need to upgrade the node version but the ancient Electron I'm using (9.x)...
Here is the json ``` { "keys": { "columns": 6, "rows": 5, "thumb-count": "three", "last-row": "full", "nubs": false, "alps": false, "inner-column": false }, "curve": { "alpha": 12, "beta": 36, "centercol":...
This is for updating the main libraries. The main driving cause for this, is that the old Node version was not installable on ARM Macs, so I couldn't release updates...
Hi Michele I'm attempting a build of the mini4wd chrono for our local club and I have some questions. I have some basic understanding of electronics, but I need clarification...
API endpoint: `https://api.github.com/repos/Pimentoso/mini4wdchrono/releases/latest` Sample output: ``` {"url"=> "https://api.github.com/repos/Pimentoso/mini4wdchrono/releases/31844547", "assets_url"=> "https://api.github.com/repos/Pimentoso/mini4wdchrono/releases/31844547/assets", "upload_url"=> "https://uploads.github.com/repos/Pimentoso/mini4wdchrono/releases/31844547/assets{?name,label}", "html_url"=>"https://github.com/Pimentoso/mini4wdchrono/releases/tag/0.13.3", "id"=>31844547, "node_id"=>"MDc6UmVsZWFzZTMxODQ0NTQ3", "tag_name"=>"0.13.3", "target_commitish"=>"master", "name"=>"v0.13.3 - 2020/9/26", "draft"=>false, "author"=> {"login"=>"Pimentoso", "id"=>6085909, "node_id"=>"MDQ6VXNlcjYwODU5MDk=", "avatar_url"=>"https://avatars2.githubusercontent.com/u/6085909?v=4", "gravatar_id"=>"", "url"=>"https://api.github.com/users/Pimentoso", "html_url"=>"https://github.com/Pimentoso", "followers_url"=>"https://api.github.com/users/Pimentoso/followers",...
Use case: during a race, at the end of each round the race data is uploaded on a Google Spreadsheet which is refreshed with new data. All the racers can...
Allow another RGB strip to be active on the second LED pin. So you can put a second LED strip in front of the lap timer for everyone to see.
Add a text field to temporarily filter names in the players view. With 100+ players is useful to quickly find names.
Stuff like the player list and the manches list do not show the 'Track not loaded' message correctly.