Aura
Aura
@hampuskraft Not a good tradeoff since that makes parsing +2x slower, which adds up to how slow Zod's validation already is, see https://github.com/discordjs/discord.js/pull/7067#issuecomment-989502034
I don't know if this is fixable with the currrent generator, but I'm currently working on a new docsgen which does not have this issue, however, I'll take at least...
I can work on this as soon as we release to npm, I have a few features I wish to add before so :)
I don't think, to be honest, that the Redis collection will actually save a significant amount of memory. And the reason why ioredis over node-redis, is because there's literally no...
Problem is that the data is stored in KV pairs, whereas V8's objects store data in value-only arrays alongside a pointer to a Shape. While binary data storage can be...
Opened https://github.com/sapphiredev/utilities/pull/429 to support aborting the entire queue. Mind you, there's no way to abort the head since it's already processing (and the promise it holds is resolved), so `remaining`...
Hi, thank you for your contribution, but I'm sorry we will have to close this PR. We talked internally about this feature, and the concensus was to not accept this...
You have merge conflicts, @didinele
Tests are not passing: https://github.com/discordjs/discord.js/runs/8160731228?check_suite_focus=true#step:7:246 ``` @discordjs/builders:test: ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ @discordjs/builders:test: @discordjs/builders:test: FAIL __tests__/components/button.test.ts > Button Components > Assertion Tests > GIVEN invalid label THEN validator does throw...
It does [exist](https://www.npmjs.com/package/@discordjs/opus/v/0.5.0), it's just deprecated. The error you're having is a build one, please update to `0.8.0` to get the latest prebuilds and fixes.