Scott Rippey
Scott Rippey
Is the first syntax supported by Next? If they allow for `push(string, Partial)` then it's probably worthwhile to add support for that too. But, I thought that it only supported...
This is a great point. I like the idea of adding a `.notNull()` assertion too!
In the `groq-builder` branch, we've addressed this issue by automatically including the empty object in the result type, but there's an option called `isExhaustive` that won't include the empty object...
Had the same problem, thank you for finding this! The workaround I'm using is along these lines: ``` looksSame(baseline, actual, { ... options }, (err, { equal }) => {...
Similarly, I'd love to have a whitelist of comparison zones too!
Thanks for filing this issue! I'm trying to reproduce it, but I'm not successful so far. I added a few [unit tests with similar queries here](https://github.com/FormidableLabs/groqd/commit/6a7a0bb96c136c085010d8659fe8fba2ea0038e3#diff-393d91563a51e68da77ce75e5265e6dd3873edb95115a70d48a6c6cdb3140f53R50) and it seems to...
Regarding your comment about chaining `order` ... I will need to think about that implementation, because it seems valid that you should be able to chain `order` or `filter` after...
@Rhym I don't currently have the resources to work on this PR, but I'd be happy to accept contributions if you're able.
This PR / feature is being worked on in #143
Can you give mea code sample, and a link to the relevant docs, so i can understand this feature better?