-
Type: Bug
Tab buttom is not working when writing code
VS Code version: Code 1.93.1 (Universal) (38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40, 2024-09-11T17:20:05.685Z)
OS version: Darwin arm64 24.0.0
M…
-
**TypeScript Version:** 3.7.2, 3.8.0-dev.20191102 (worked in 3.6)
**Search Terms:**
- Type instantiation is excessively deep and possibly infinite.ts(2589)
- Mapped types
- Generics
…
-
We already have Material and Cupertino for Flutter, having redmond too can be a value addition while we get ready for Desktop.
I would love to start writing up the code but I just wanted to make sure…
-
- [ ] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[![Edit on CodeSandbox](https://c…
-
### Steps to reproduce
![image](https://github.com/user-attachments/assets/2a1fb219-4aa0-4cc1-ba95-7113da64613f)
### Current behavior
when I click Select Component, this is not showing MenuItems, a…
-
### Avoid duplicates
- [X] I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/HEAD/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [iss…
-
If you're interested please comment here and come [join our "Contributors" community channel](https://pre-release.mattermost.com/core/channels/tickets) on our daily build server, where you can discuss…
-
i tried to update android/app/build.gradle
```
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
``…
-
### Operating System
Windows 11
### Browser Version
Chrome Version 125.0.6422.113 (Official Build) (64-bit)
### Firebase SDK Version
13.10.2
### Firebase SDK Product:
Auth
### Describe your pr…
-
```js
export const contactFormSchema = z.object({
id: z.string().cuid().optional(),
created_at: z.date().optional(),
updated_at: z.date().optional(),
email: z.string().email(),
phone: …