cobalt
cobalt
You can not `require` ESM modules, and this is now an ESM module. Either stick with 2.0 or move to ESM yourself (recommended) https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
Top level await is only available in 14.0+. Also I didn't think you could await `.map`? ________________________________ From: Jimmy WΓ€rting ***@***.***> Sent: Tuesday, September 7, 2021 4:16:46 PM To: node-fetch/node-fetch...
this can be fixed by changing this line https://github.com/node-fetch/node-fetch/blob/2603c67f1840fb4a43e0837099a3b2725e8f615e/%40types/index.d.ts#L110
Here's a type that allows a bit more flexibility: ```ts interface json { [x: string]: unknown | json } ```
Forums are now publically available to all servers.
Is this already fixed? https://github.com/discordjs/discord.js/blob/aac8acc22be7d7af99933ef099eca7deda43cb40/packages/discord.js/typings/index.d.ts#L3824-L3827 https://github.com/discordjs/discord.js/blob/aac8acc22be7d7af99933ef099eca7deda43cb40/packages/discord.js/src/structures/ApplicationCommand.js#L220-L223
Ran in to this on NPM 8.13.2 after manually editing the `package.json` to change a remote dependency to use a local version instead (I changed `"dep": "1.2.3"` to `"dep": "file:..."`)...
I agree with hans
We have a lot of addons currently, and if addons could be combined, they should be. These are very similar addons and I see no reason to not have them...
my question: what advantages does aviate have over ocular? why do we need an alternative in the first place? ocular worked fine