Matthieu Larcher

Results 43 comments of Matthieu Larcher

> Removed the requirement for the version range, should not work as expect in `0.4.12` let me know if not. @Fryuni I haven't had a professional need for mock-knex in...

I always loved the simplicity of not needing a real database when running the test-suite, even though I couldn't find much on the matter when googling. It seems a large...

@Fryuni I believe that unit-tests should be fast and standalone, hence not require a real database. Testing that "the query is truly working" should be done in integration tests or...

fwiw as a workaround we resorted to using explicit ids on all columns 🤷‍♂️

Fwiw I thought we had the same issue, with a stream pipeline stopping at about 48% of the data, and it ended up being a missing .resume() on the main...

it is still happening in v3.1.0 Any insight ?

Is there a way to force the deletion of a part of the config ? I'm running into the same issue in our unit tests, and I would like to...

After some digging in the code, I understand that there is no stack trace at first as we provide a message and not an error object. I would expect the...

I understand the rationale behind it, but don't you think that we could have a setting to allow urls that are not RFC compliant but widely used and accepted in...

The linkedin url used in our example came into our subscription form. We want to validate it is a correct/usable url. Joi says it isn't even though to us it...