Alex
Alex
It has been a month. So it's not an automated process to grab the latest version unless I'm missing something. In the file I linked the job has kept the...
That isn't something that you can ask devs to do! I think there's a misconception here that it's always safe to run `npm upgrade` or reinstall package lock from scratch....
+1. I saw this question and thought it wasn't supported, but this works: ```typescript import { fetch, setup } from 'fetch-h2'; setup({ session: { rejectUnauthorized: false, }, }); ```
@grantila Can you comment, please? I reached out to `node` maintainers and they don't seem to be wanting to support H2: https://github.com/nodejs/undici/pull/2796 so there's a real need for this library...
 I filed a similar bug with another extension and just in case it's not obvious, I have 3 folders in my workspace. I'm...
-1 for this feature request. We are so happy this is a default rule in the checker because all minifiers strip out whitespace and if there are any `//` in...
Or does it have to be explicitly added to the request signature?