AJ ONeal
AJ ONeal
Re: @bitcrazed's comment https://github.com/rs/curlie/issues/12#issuecomment-692194493: Apparently Console can support colors, but we need a special syscall `SetConsoleMode` for Windows to do so. I think Go's `x/sys/windows` package exposes the necessary `GetConsoleMode`...
My understanding is that there is no formal spec for base62, but that the ["glowfall"](https://github.com/glowfall/base62) implementation (despite its lack of stars) has become the _de facto_ implementation (used the most...
Hello again Dylan, Just wanted to let you know that greenlock has been updated for Let's Encrypt v2: v2.2 There's a new option `version` that's required since the ACME api...
the solution is to do `new Buffer(JSON.stringify(str)).length`
why does it through when it obviously should pass the error? I dunno. I must have not had enough sleep. @gissues:{"order":5,"status":"backlog"}
when using the shortcut methods (`get`, `post`, `put`, `delete`, etc), if `href` is url with a host (not just a path), the query parameters are not concatenated. This is a...
[this example fails to parse as JSONP](http://api.campusbooks.com/10/rest/bookprices?isbn=9780295959894&image_height=&image_width=&key=BDz21GvuL6RgTKiSbwe3&format=json&callback=jsonp_1312298225002&callback=jsonp_1312298225002)... yet the other 2300 worked just fine... @gissues:{"order":10,"status":"backlog"}
Works (correct vhost retrieved): ``` curl http://109.169.56.223 -H 'Host: foobar300.com' ``` Fails to set host: ``` (function () { "use strict"; var request = require('ahr2') ; request({ "host": '109.169.56.223' ,...
How does this compare to React Native and Vanilla JS?