AverageHelper
                                            AverageHelper
                                        
                                    Can confirm this issue is still present. I too think that the plugin should be able to detect that this case is an overload, and not actually a case of...
It seems to me that a "time zone" matters more when a more granular hour or minute is involved, as opposed to only the calendrical day. March 16th is March...
That sounds good to me. As long as the documentation is explicit about the differences and quirks between them (I'm okay reading well-written documentation paragraphs) I'm okay with those signatures.
Although, "time range" feels a bit clunky, since that phrase isn't common parlance in the package.
DefinitelyTyped appears to have some types at [@types/blake2b](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blake2b). Perhaps those might be of use
Wouldn't that mean `formidable` is of type `any`? EDIT: Could probably cast the above to some variation of `typeof import("formidable")` to avoid disabling TypeScript unnecessarily.
As far as I can tell, [the code is written](https://github.com/t3rm1n4l/go-mega/pull/34). It only needs to be merged upstream by a maintainer, then merged here.
I'm having this issue as well. Seems to have to do with that `Readable.toWeb` call. Tested on Node 18.17.1, hono 3.10.2, @hono/node-server 1.2.3.
The above workaround doesn't seem to work in my case. The `Request` gets constructed just fine, but when my handler calls `c.req.json()`, a `TypeError: Received non-Uint8Array chunk` is thrown.
I'm sure native iOS support is coming. Meantime, macOS support would be nice.