AJ ONeal
AJ ONeal
I'd argue that it's better to have a single location `~/.config/comrak/config` that can be relied on cross-platform rather than many different locations. Obviously people with Roaming Profiles on an Active...
I think I was mistaken. The GMP, GnuPG, and Saltpack implementations seem to be the most recognized. Would you mind giving example output for your implementation compared to these references?...
What is it about that error message that is unclear to you and makes you think that it won’t work for you? I tried to make it clear what action...
Oh, you’re saying that auto-sni broke with my latest changes. All you have to do is the npm install le-acme-core and it’ll work (or the auto-sni package can add the...
FYI: That's exactly was auto-sni does. If you're interested in creating a proxy, however, you might like to take a look at [Greenlock for node.js](https://git.coolaj86.com/coolaj86/greenlock.js) too because it has some...
If you have File listed in your top-level `package.json`, then when you install ahr2, it won't reinstall it. Try that. If not, I'll expose it.
``` /Users/coolaj86/Consulting/blyph/node_modules/ahr.node/node_modules/ahr.utils/ahr.utils.js:54 throw new Error('No JSONP matched'); ^ Error: No JSONP matched at /Users/coolaj86/Consulting/blyph/node_modules/ahr.node/node_modules/ahr.utils/ahr.utils.js:54:13 at IncomingMessage.onEnd (/Users/coolaj86/Consulting/blyph/node_modules/ahr.node/response-node.js:75:16) at IncomingMessage.emit (/Users/coolaj86/Consulting/blyph/node_modules/campusbooks/node_modules/ahr2/node_modules/events.node/events.js:89:20) at HTTPParser.onMessageComplete (http.js:133:23) at Socket.ondata (http.js:1226:22) at Socket._onReadable (net.js:681:27) at...
Primarily because a TCP packet is 1500 bytes, meaning that sending less data typically isn’t any faster. But why not? Let’s do it! #Over9000 #ToTheMoon!
However, I’d recommend instead adding the minification process to the package.json `pre-publish` So that it automatically builds and gets included in the npm publish. (and so we don’t junk up...
Hmm... looks like pre-publish doesn't do you any good when services like unpkg go down unexpectedly and stuff starts breaking... 😢