Jeff Lindsay
Jeff Lindsay
When a user is created (logs in for first time), check if they have a repo called `envy.home` and clone that into their user home directory mounted into all environments.
Based on current specs if you want to keep the source for projects around, you'd persist in `/root` to keep with the environment, or `/home/` to make available in all...
Basically, integrate termshare: https://github.com/progrium/termshare
Envy releases will be tested against a version of Docker that will be included in the envy image, however, the readme should suggest mounting your Linux host docker binary to...
Need to change HTTP to only serve over TLS. By default it will generate a self-signed cert and copy into place. It can be overwritten with a custom cert. SSH...
Besides stable APIs, solid docs, and more test coverage ... what else should we focus on for a 1.0 release? Also, where can the docs be improved? Where are there...
decoding a whole buffer works fine: ``` > msgpack.decode(Buffer.from([192])) null > ``` vs ``` > var decodeStream = msgpack.createDecodeStream(); undefined > decodeStream.on("data", console.log); ... > decodeStream.write(Buffer.from([192])) true > ``` The...
is there a reason why UUIDs (for example, of scenes) aren't exposed? they're in the JSON data.
mkdocs 0.13 has search but i must have started this before it was released because we don't have search. perhaps it's just a template issue.
Need to write a quickstart.