David Glasser
David Glasser
Thanks for pointing out an underdocumented aspect of Meteor! We'll track this here as a doc [feature request](https://github.com/meteor/meteor/wiki/Contributing-to-Meteor#feature-requests). Pull requests to improve our docs are always welcome!
We have a service that uses LetsEncrypt to provide certificates for many different user apps. Some of our users misconfigure their DNS and so we are sometimes not able to...
Oh no, are they actually going to release express v5? The best thing about Express is how it never changes and code that integrates with it never has to be...
One thing that could be helpful would be actually publishing the `jest-helpers` in the package (or elsewhere). I'd love to be able to use `makeEvent` in my own tests.
I'm not sure why the README doesn't explain this, but Go really wants you to put your checkout in a particular place. The easiest way to do this is, instead...
You can run `go get` anywhere. (I'm assuming you're on Go at least 1.8 which sets `GOPATH` to `$HOME/go` by default. If not you'll have to set that environment variable...
(You can get rid of the git clone you made; `go get` will do its own git clone.)
If that succeeded, then you should have `direnv` in `~/go/bin`. Add that directory to your PATH, or copy the file to somewhere else on your PATH. (Or just download a...
I can never remember the difference between .bashrc and .bash_profile. My bash_profile just sources my bashrc but that might be a bad idea. You can just put that line in...
In general it's hard to use the exported GzipResponseWriter directly because of this issue but also because there's no way to set its options from outside the package.