Jay Gischer

Results 16 comments of Jay Gischer

I might need to include extra binaries and a shell in a Meteor app for a different reason, so the meteor vagrant stack could be worth bringing up to snuff....

Well, I just found the most fascinating comment in the [POSIX source of getaddrinfo](https://code.woboq.org/userspace/glibc/sysdeps/posix/getaddrinfo.c.html): ``` /* Could not locate any of the lookup functions. -- The NSS lookup code does...

Ok, here's something else I found. Reading through the vagrant-spk [build.sh for meteor](https://github.com/sandstorm-io/vagrant-spk/blob/master/stacks/meteor/build.sh), I see it is careful to use the version of node that is packaged with meteor to...

I am experimenting with hosting my own app index. As much as I love Sandstorm and support open-source in general, I want to use Sandstorm to publish content that has...

I see your point about leak. Thanks for the concern. At the very least, I'm gonna change the hardcoded email address, lol. However my C++ is 20 years out of...