-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New proxy tab in preferences #3637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Just tested arduino-PR-3637-BUILD-377-windows from behind the firewall. Manual proxy settings work well, but the auto-detect setting has the following errors:
This was with the non-debug executable. Let me know if running the debug executable provides you with more useful information, and I'll run that instead. -Neil |
Argh, that's because I've implemented support only to main |
Since I don't want to ask you to share your pac file, can you please tell me which functions does it use, comparing it with the list available here ? (scroll down to Predefined Functions and Environment for the JavaScript Function) |
With 61626d4 I've added support to PAC built in functions (all but time related). Wait for the next build from @ArduinoBot and please retry |
@McNeight FYI implementation should be complete. These messages from @ArduinoBot it's just me keeping this PR up to date with master branch |
Someone is having issues when using libs/boards manager behind corporate proxies (corps or universities)
Previous attempts to rely on system proxy settings were not successful, sometimes because of how such corporate PCs are configured. (see #3604)
We must give up and provide a complete proxy configuration settings panel
/cc @McNeight