Ben Alman
Ben Alman
> I actually think that you should only allow value= prop and deprecate the children format. :+1: to that
I'm just happy to know either way what the intention is, and to see some documentation around how unexpected arguments are handled.
In case it helps anyone, we've created a helper function for the client like so: ```js const dataByTypename = data => data && data.__typename ? { [data.__typename]: data } :...
So, what's the current best way to join an array on newlines and disable newline splitting? This seems to do it, but I wanted to be sure: ```fish set multiline_string...
Default setting: the current behavior. We could have a `{preserveSymlinks: true}` option. What throws an error when the file already exists, the current code or your new code? I think...
Have you tried this with [email protected] and [email protected]? Grunt uses the [node-glob](https://github.com/isaacs/node-glob) lib for globbing, which claims to sort its results. If it's not sorting properly, this might be a...
Closing this due to lack of updates.
Maybe plugin authors should be told to defer requiring of libs until needed. Also, task names can be totally different from plugin names. For example, if plugin "grunt-foo" had tasks...
If "require" was declarative and processed as part of a pre-compilation step—like requiring stdio.h in C—it would make sense to specify all libraries-to-be-required up-front. Unfortunately, require in Node.js doesn't behave...
@shama I'd love to chat more about this, are you around at all tomorrow?