Erwin van der Koogh
Erwin van der Koogh
I have figured out the problem and I am currently figuring out how best to fix it.. Might not get the PR up before dinner, but hopefully in the next...
It does have a test: https://github.com/nodejs/undici/pull/1540/commits/ac2fbb96e612b6cbb999a956fbe03a66673d937f#diff-ecc2f3b14c967f02fd074ac2d0e0b876e683c84f2755d251bbaa74a813a82130 It just doesn't include any test where transfer-encoding is set.. which doesn't make a ton of sense to write an entire test for, but...
Oh and the `Node CI / Test / test (18, ubuntu-latest, experimental) (pull_request) Failing after 2m` failing test is a timeout in some unrelated code. Ahh.. I think I see...
This is a great suggestion! I am going to try and see what I can throw together over the weekend :)
That is a very smart and ugly hack @ptim.. and I am sorry for you having to type that :) I will change the behaviour so that if no api...
I won't have a solid block of time over the next few weeks to work on this yet, so I figured I would document findings here, so future me (or...
I will have a look, but KV supports returning keys with a prefix right? But do you do the cursor stuff in memory after returning all the keys from the...
I completely missed them releasing the Environments & Services.. that is absolutely awesome. I am currently building a new library that is actually Open Telemetry compatible, which is even easier...
Ah yes, of course. I haven’t used the new hibernation API yet, so completely forgot about it. Will try to have a look over the weekend 😃
There are currently no types for the Hibernation API yet. Tracking the ticket over there in here: https://github.com/cloudflare/workerd/issues/846. We don't *strictly* need to have the Types available, but it would...