Summer
Summer
I'm working on an async shell script module called [shellkit](https://github.com/devTristan/shellkit) and could use some contributors. It isn't complete yet. Still missing things like globbing, a which function, etc.
Interesting, specifying only one parameter outputs to that path. It could throw an error if the input and output are the same. That would go around [here](https://github.com/devTristan/dockerscript/blob/master/src/program.js#L57). You can send...
This has no tests and we're no longer using it internally, so unfortunately for now depending on it isn't going to be a good idea unless you don't mind reading...
I think that was a concession to make babel work. Babel probably isn't necessary for this anymore. PR?
Both. If singleOnly is false but babel is still in, it'll be transpiling every module you require, which might end up being very bad.
The whole idea was to allow template tag syntax before it was supported in node. Using sandboxed-module allowed that through babel, but now that node supports it, there isn't much...
Leaflet 1.0.0??? When did that happen??? It seems like only yesterday, mourner was saying that 1.0.0 was just around the corner for several consecutive years, but now here it is!...
Thanks, I'll definitely ask you to test it when I think it's working. Hopefully it can be compatible with leaflet 1.0.0 and the previous version.
pg-promise is very comprehensive, but I wanted something simpler. simple-postgres doesn't require any configuration, supports common use cases, and is ~200 lines of code. pg-postgres has all kinds of amazing...