You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2024. It is now read-only.
Prott-Sketch-Plugin can upload artboards when using HTTP(S) proxy.
HTTP(S)プロキシを使っている環境でも、問題なくアートボードのアップロードができること。
Possible causes and a solution/考えられる原因と対策
Getting a projects list is done with Cocoa API so it uses the system proxy settings. But, Uploading artboards is done with calling curl command directly using NSTask so I estimate that this doesn't use the system proxy settings.
This problem might be solved by using AHProxySettings or doing something same as it so that NSTask will use the system proxy settings.