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
This means many function must get an additional argument for network tweaking, and adding it as an independent argument is ... very lousy.
We have already oauth arg everywhere, so I decided to extend the type of the argument from just oauth to a handle. Currently the handle consists of the oauth and a curl handle tweaker whose type is Curl.hanlde -> unit.
I believe this is a right way to do this but put my changes in "handle" branch for now.
I need to run ocamltter inside a firewall, and a proxy setting is required.
The text was updated successfully, but these errors were encountered: