Gregor Martynus
Gregor Martynus
could you check if `delete message._rev;` only is sufficient? It should. And we'd have the benefit that we could keep a relation between the "same" objects in the the sender's...
I'd like to dive deeper into this, but won't be able to do so until end of November. I'd suggest to merge the workaround by @elmarburke into the tutorial. Any...
yes, `-` is not allowed in object types. Thanks @elmarburke for bringing it up, we'll fix that
@espy we could do two things here: 1. remove the dashes from the Tutorial and explain why that is 2. Actually, we could allow `-` as long as it is...
Here is the reason why it is currently not working > AFAIK `nock` intercept requests at Node.js built-in `http` module, while `undici` is built from scratch directly on top of...
that sounds good. We discussed the decomposability of nock a while ago, we want to do it, just didn't get to it yet. Independent of that work, the first step...
I like it, but that might be a separate project. I started working on decomposing `nock` but unfortunately didn't finish and then multiple family emergencies occurred: https://github.com/nock/nock/discussions/2247 I hope to...
I've read that `jest` changed something with its timers API with the 27 release. My guess is that it interferes with async processes / timers that nock is using internally.
if you could digg into that and see if we could change the implementation to something more resilient that will work with jest's new fake timers that'd be great
could you share a code example with all code needed to run it? Here is a great example: https://runkit.com/fluggo/nock-nock-2197