David Feldman
David Feldman
it seems github now supports `uploadpack.allowReachableSHA1InWant=true` so the single commit "no-clone" clone [described here](https://stackoverflow.com/a/43136160) for git >= 2.5.0 now works: ``` git init git remote add origin [email protected]:/.git git fetch...
My use case is basically human readability. I am using this gem to ensure consistency between client and server side validations. It would be much easier to audit/verify/understand the generated...
it would also be interesting if this gem had a reverse mode, to convert a javascript formatted regex back into a ruby formatted one
of course, I wouldn't want to sacrifice correctness
@txus FYI
@txus are you still around?
if a `strict` kwarg won't work, then my preference is a new truthy/falsey matcher since I would prefer to impact a single assertion, rather than an example, a context, or...
`answer` is another possible name, in addition to `reply` or `respond_truthy` (although I am not in love with any of the three) semantics: * `expect(obj).to answer(method)` * fails if obj...