AJ ONeal
AJ ONeal
It would be great to have macos support as well.
You can preview what this looks like here: https://github.com/coolaj86/zigtool/tree/patch-1
## Update `psql` will send `00 00 00 08 04 d2 16 2f` (SSLRequest) and wait for either - `N` (no - plaintext) - `Y` (yes - version 2) (deprecated)...
Would you please upload official builds here to GitHub Releases? GoReleaser makes this pretty painless: - https://goreleaser.com/ Here's a Cheat Sheet: - https://webinstall.dev/goreleaser/ I'd be happy to help with config...
Can we get some node.js samples in the docs? And how did golang make it ahead of node? `mailgun-request.js`: ``` js 'use strict'; var request = require('request'); request({ url: 'https://api.mailgun.net/v3/example.com/messages'...
Your sandbox developer API is NOT OpenID compatible. No OpenID client can get the details for the sandbox because the URL is arbitrary rather than based on the environment's domain...
**Describe the bug** When using a bad URL I would expect a failure, but instead _nothing_ happens. **Reproducing** ```sh npm install --save zeromq@5 ``` ```js // note the invalid `.1041`...
I see build instructions, but I don't actually know where it built, or what to do to get the built file into Chrome. :)
404'd https://chrome.google.com/webstore/detail/js-search-extension/
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...