Michael Cooper
Michael Cooper
Although it would be nice for DC to reject this before submitting it to the server, it is required that the server should reject bad data independent of any UI....
I see! There is a bit of nuance here I wasn't appreciating before. To build the examples this way you'd do something this, right? ```sh $ cd examples/responsive-iframe $ npm...
I like making the function async, that's a good idea. Also, thanks for the documentation improvements. I'm not convinced about not merging the config. I actually had it this way...
What if we could "layer" config files? In docker-compose, you can pass `--file` multiple times to specify multiple configuration files. Each file implicitly extends the one that came before it....
It would be nice to prompt the user in a loop instead of throwing an error, but that's a bit bigger change than I think you want to tackle in...