Max
Max
inspiration: https://github.com/toml-lang/toml
I thought about the `pipeline foo:` syntax some more, and I kind of think we should drop the `:` and just have it be `pipeline foo` Reasoning is that it's...
excellent, in the interest of simplicity I think we should try and keep any 'special' syntax out of the first version of hackfiles (this includes argument placeholders like `$1` for...
@melaniecebula I think @mafintosh and I discussed it and figured 'fork' and 'background' would be implemented the same, using npm-execspawn (similar to child_process.spawn). the actual specifics of the implementation we...
I think the goal of gasket should be to be as explicit and low level as possible... (im channeling my inner @mafintosh here) Reading the three options above I kind...
Not scrapped, just has been on the back burner for a while On Mon, Apr 11, 2016 at 6:42 AM, oliver [email protected] wrote: > Is this still going to be...
1. we decided to disable rabin fingerprinting by default earlier this year, around when we switched to blake hashes. the reason was it limited import speed by a factor of...
@mafintosh not sure, it would need the syscalls `SO_REUSEPORT` and `SO_REUSEADDR`
@clemsos Hi, thanks for the question. **Hackfile**: The parseable text syntax, e.g. ``` foo bar baz sub thing another sub thing sub sub thing another thing ``` **Datscript**: A 'flavor'...
@sindresorhus how do you test CLI modules cleanly? know anything that fits our criteria above?