Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Pinned
391 contributions in the last year
Contribution activity
October 2019
Created a pull request in vlang/v that received 2 comments
windows: read console with ReadConsole
This will fix compatibility with mingw64: fgetws does not work correctly on console there
Tests will not pass, because os.get_raw_line
used in comp…
+4
−2
•
2
comments
- windows: escape os.exec('"$vexec"')
- msvc: detect x86 host and use x86 build tools
- term: colors on Windows console
- socket: reuse socket parameters in addrinfo hints
- http: handle and print socket errors
- compiler: return after failed assertion
- socket: no need to initialize WinSock on each request
- windows: read console with ReadConsole when it is not redirected
- msvc: generate PDB for prod builds
Created an issue in axios/axios that received 4 comments
POST request magically transformed to GET request when POST endpoint is redirected
My steps:
Do axios.post(...)
to http://example.com/api/post_endpoint
server responds 301 with http*s*://example.com/api/post_endpoint
location
axi…
4
comments