arduino-create-agent
arduino-create-agent copied to clipboard
The Arduino Create Agent
With https://github.com/arduino/arduino-create-agent/issues/927 the Arduino Agent can now ask users to install the HTTPS certificate needed when using Safari on macOS. This is asked only once and only if the user...
- [x] The PR has no duplicates - [ ] Tests for the changes have been added (for bug fixes / features) ### **What kind of change does this PR...
### Describe the problem The Arduino Cloud Agent 1.6.1 appears to be incompatible with Safari 18.3.1 or 18.2. I had the same problem on two different Mac computers. When attempting...
### Describe the problem Running `ArduinoCloudAgent.exe --help` opens a dialogue box that gives details on install arguments. This window states that the `--prefix` argument can be used to specify an...
**Please check if the PR fulfills these requirements** - [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-create-agent/pulls) before creating one) - [ ] Tests for...
**Please check if the PR fulfills these requirements** - [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-create-agent/pulls) before creating one) - [ ] Tests for...
Review the `verbose` configuration to set verbose output log. - Check that the correct log level and messages are used throughout the application - Disable the GIN logging at startup
Check if the logrus can be replaced with the standard `slog` of go
## Motivation The frontend apps (Cloud Editor and Iot app) do not use the `exit` and `restart` messages over socket.io. We could think to remove them.
### Describe the problem 2025/01/10 14:35:07 stderr: WARNING: DATA RACE 2025/01/10 14:35:07 stderr: Write at 0x0000018b31e8 by goroutine 16: 2025/01/10 14:35:07 stderr: github.com/arduino/arduino-create-agent/systray.(*Systray).SetCurrentConfigFile() 2025/01/10 14:35:07 stderr: /home/dido/code/arduino/arduino-create-agent/systray/systray.go:102 +0x79d 2025/01/10 14:35:07...