Savvas Papageorgiadis

Results 5 issues of Savvas Papageorgiadis

### Issue description Since the **13.4.0** Djs release, compiling to js fails due to this error: ``` node_modules/@discordjs/builders/dist/index.d.ts(516,5): error TS2416: Property 'toJSON' in type 'ApplicationCommandNumberOptionBase' is not assignable to the...

bug
dependencies
has PR

### Which package is this feature request for? discord.js ### Feature Right now there are some structures ([Guild](https://github.com/discordjs/discord.js/blob/main/packages/discord.js/typings/index.d.ts#L1389), [Application](https://github.com/discordjs/discord.js/blob/main/packages/discord.js/typings/index.d.ts#L402), [Client](https://github.com/discordjs/discord.js/blob/main/packages/discord.js/typings/index.d.ts#L965), [GuildMember](https://github.com/discordjs/discord.js/blob/main/packages/discord.js/typings/index.d.ts#L1555) etc...) where their `JSON` type is marked as `unknown`....

feature request
typings
packages:discord.js

Introduces a `` component utilizing `Combobox` with data tooling - [x] docs - [x] demos - [x] single - [x] multiple - [x] disabled - [x] search - [x] groups...

### What do you want and why? handle `$extends()` prisma function (currently errors to `TypeError: (intermediate value).$extends is not a function` - The types of the __enhanced__ `PrismaClient` break when...

status/triage

**Describe the bug** Localized formats for `el` locale are not correct due to missing month declension. Take a look at [moment implementation](https://github.com/moment/moment/blob/develop/locale/el.js) **Expected behavior** For `March 11 2024` it should...