Noel

Results 35 comments of Noel

`join_cutoff` and `account_cutoff` is not removed from cases and case logs.

Should have a separate ticket for any other additions.

Because this is not actually what anyone wants. As much as you think they do. 1) This is a performance nightmare. All the serializing and deserializing happening here. If this...

Wouldn't it be fine if users just do: ```ts import { embedLength } from '@discordjs/builders'; embedLength(YourEmbedBuilderInstance.data); ``` ?

Noted. 1. This is intended. It is the "old" or legacy version of discord.js. It doesn't mean that its outdated or anything, it's still the latest version as of right...

We could definitely support native Webhook support from certain providers. All youd have to do as the user is then supply the webhook link and we can post on specific...

One thing I can spot right now is: - Move the `types.ts` file for localizations to `@yuudachi/framework` maybe? Seems pretty generic to me and useful for everyone that uses the...

Having a local patch right now, I can confirm adding `downshiftElementRefs` to the useEffect on the line mentioned fixes Portal usage 👍

If it works in node but not in bun, its a bug in bun and should likely be reported on their end.

I'll add some more info onto this: This does not only affect safari, while safari refuses to play the file completely it also affects other browsers like Chrome and Firefox...