Anand Eng-Thakker

Results 67 comments of Anand Eng-Thakker

Ah sorry -- lost the test case because it happened in the middle of a big complicated debugging session late at night... 50% chance I'll hit it again today, and...

If yall are on board does it make sense to get this into 4.0?

Good question about discovering args. I like the idea of allowing but not requiring the yargs-style help. Straw man proposal: theme modules can optionally export an object that maps each...

Bumping this. Happy to put in a PR if yall agree/confirm that this should happen. Assuming yes, my understanding is that the schema for `vector_layers` would look something like: ```...

@pnorman Nothing written, alas. Still willing to do it, but my queue is somewhat longer today than it was when I last commented here.

@davidtheclark in the case of `md`, the babel precompilation sounds like an optimization, rather than an inherent requirement -- is that right? If so, could the Batfish package provide the...

Actually, note that the custom `detective` thing only addresses this after upstream https://github.com/substack/node-detective/issues/54 is fixed.

@terinjokes :+1: makes sense.

This is very doable implementation-wise, once we settle on the right API design. What should we call it? `to-array` is inconsistent, because the other `to-*` expressions coerce a single value...

> If, perchance, the requirement for "literal" were dropped and arrays starting with numbers were automatically treated as either numbers or numeric arrays > I guess I don't really understand...