Carter

Results 26 comments of Carter

@Tyrrrz the `/invites/{invite_code}` endpoint exists https://discord.com/api/invites/djs?with_counts=true

> hey, @Fyko would you mind adding tests for this feature? I would love to! Except... I'm not quite sure how. Could you point me in the right direction? @ErickWendel...

Not quite sure if that would work considering the UA logic was added to fetch_module.js. I found the file https://github.com/nodejs/node/blob/main/test/es-module/test-http-imports.mjs and considered adding: ```js if (_req.getHeaders()['user-agent'] !== `Node.js/${process.version}`) { res.writeHead(400);...

I'll get around to this tomorrow. Sorry for the delay!

We see this regularly on our tests -- the first one succeeds then the second fails.

doing this, ok? ok.

this occurs because `bundle` needs a loader for local and remote files. if you don't provide one, it will use the default one provided by `deno_cache` -- which [requires permissions...

@jasnell @guybedford @bmeck this pr has my attention again, and im adamant about getting this done. if not a default User-Agent, what would you suggest? env var? what would you...