Daniel Robinson
Daniel Robinson
### Summary Since `v7.0.0` the behaviour of Field level validation changed/was fixed, but had a significant side effect. It has caused a lot of ongoing confusion, and this was/is at...
Then I can add this to the [js-emoji-projects](https://github.com/danielrob/js-emoji-projects/) list πππ ;).
For those new to grunt, the getting started section of the main README is incomplete, only assuming and implying the user will know to register the task, after making it...
https://11ty.recipes/recipes/add-a-sitemap/ had the shortfall of not including e.g. all products where products is a paginated template. Specifying `addAllPagesToCollections: true` inside pagination as per [this comment](https://github.com/11ty/eleventy/issues/253#issuecomment-462215277) would really have been useful...
Would love to be able to just say "left comments" rather than "requested changes" since that is one of the PR states :)
For example, a good standard handling of `edges` and `node` keys. I'm only presently familiarizing myself with GraphQL, but definitely want to support it.
When generating imports the path walker/resolver needs to cater for when the depth of the source file is e.g. deeper along the same tree as the current file, or vice...
Currently, props that are objects cannot be destructured in the list of component props. Desired e.g. the ability to interact with `user.profileImageUrl` without first creating a `` component intermediary. Perhaps...
Now that this has become a community project, tests are a requirement. At a minimum: - Drag relationships as per: http://react-dnd.github.io/react-dnd/docs-testing.html - Test the ORM through and through (see also:...
Currently there's no way to add text to component children. As an initial step in this direction I'm suggesting to be able to: ``` add text {param} next to params...