Results 14 issues of Sherwin

Just add setting proxy in proxies section like: ```ini [proxies] http=http.proxy.com:8080 https=https.proxy.com:3128 ``` or you can use --proxies argument with dictionary of proxies ``` {http: 'http.proxy.com:8080'} ```

Hi, I want to send an ajax request: by $.post javascript code: data='{"jsonrpc": "2.0", "method": "secret", "params": {"a": "as12"}, "id": 1}' $.post( 'RPC2', data, function(data1) { alert("Response: " + data1);...

I use nginx 1.4.6 with ubuntu 14.04 I simple configure ``` ./configure \ --add-module=../nginx_tcp_proxy_module/ \ --conf-path=/etc/nginx/nginx.conf \ --error-log-path=/var/log/nginx/error.log \ --pid-path=/var/run/nginx.pid \ --lock-path=/var/lock/nginx.lock \ --http-log-path=/var/log/nginx/access.log \ --with-http_dav_module \ --http-client-body-temp-path=/var/lib/nginx/body \ --with-http_ssl_module...

My platform is windows 10, powershell version is 4.0: I use admin command line, try to run setup.ps1, and get errors of SSL access: ``` ::: ERRORS Server access Error:...

My platform is windows 10. I set %CONSCRIPT_HOME% and %PATH% as the http://www.foundweekends.org/conscript/setup.html instruction. My %profile dir%/.gitconfig file is: ``` # This is Git's per-user configuration file. [user] # Please...

Hi, my json like: ``` { "name": "joe", "children": [ { "name": "Mary", "age": 5 }, { "name": "Mazy", "age": 3 } ] } ``` I want to get just...

question

I use pypyodbc library, and get out of memory error for Issue #2042. The problem is in pypyodbc function: ``` def fetchall(self): if not self.connection: self.close() rows = [] while...

I use pypy 2.5.1 and mechanize. The erorr: ``` Traceback (most recent call last): File "app_main.py", line 75, in run_toplevel File "mmtmain.py", line 8, in from converter.mmtconverter import MMTConverter File...

I try to build this sample on windows 10 npm 5.3.0 and meteor 1.3-modules-beta.5 it failed.

My configure file is: https://gist.github.com/thinksource/038e208c94892f826f0f I already installed the preinstall packages from README.md The error is when I visit localhost:3000/dashboard: ``` C:\Users\sheng\AppData\Local\.meteor\packages\meteor-tool\1.1.10\mt-os.windows.x86_32\dev_bundle\server-lib\node_modules\fibers\future.js:245 throw(ex); ^ Error: userSchema is not in the...