Martijn van Steenbergen
Martijn van Steenbergen
No, the use case is that I have a server that talks JSON to a client and by generating the TypeScript def from the JSON conversion code I can verify...
Completely agree that this is a very cool feature! Reading the docs for various subcommands leaves me with more questions similar to that of Gi11i4m: * Does `--filter` imply `--recursive`?...
Thanks Rami for the suggestion to wrap the carousel with a `View` with explicit height. This was driving me nuts!
#646 describes the same issue and workaround, and has an associated PR to fix it.
Suggestion for clearer naming: * `toIncludeSameMembers` -> `toBePermutationOf` * `toIncludeAllMembers` -> `toIncludeAtLeast` I think these alternatives better communicate the intent of the matchers at a glance. That said, they still...