Simon Popugaev
Simon Popugaev
@adamgfraser with unified assertions we can have a generic approach to mocks (not only in the current mocks - we need some approach to assertions for any mocks). I'm not...
@adamgfraser > Can everything in the mocking framework be an assertTrue? With some effort we can express everything with `assertTrue`. We'll have to use macros to rewrite `is(_.a.b.c == "x")`...
I've encountered this issue in my project. Here is my minimized example in case someone needs it: https://github.com/senia-psm/zinc-issues-123
I want to take this.
With `curl` >= 7.21.7 you can specify `CURLOPT_PROXYTYPE` as part of `CURLOPT_PROXY`. See https://curl.se/libcurl/c/CURLOPT_PROXY.html So now you can use socks5 with `rtorrent` this way: ``` network.http.proxy_address.set = "socks5h://:" ``` Note...
@grouzen thank you for the update. The feature is merged in `series/2.x`, but I can;t find `2.x` version with this feature. Are there any plans of publishing this feature? For...