Amit Mendapara
Amit Mendapara
Now expands type aliases and interfaces with literal only types. Also allows to expand inherited props. Example: ```mdx ``` Fixes #33
Consider the following case: ```ts type Variant = "primary" | "secondary"; type Size = "sm" | "md" | "lg"; type Dimension = { w?: number; h?: number; } interface AsProp...
**Describe the bug** Text is not perfectly aligned vertically with flexbox. **To Reproduce** Steps to reproduce the behavior: 1. set `display: flex` on the text container 2. set `align-items: center`...
### Reduced Test Case https://stackblitz.com/edit/vitejs-vite-qapzpn ### Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket? - [X] I understand...
### Apache NetBeans version Apache NetBeans 23 release candidate ### What happened Netbeans 23 launcher auto-detects HiDPI and set's `GDK_SCALE=2`. However, some jdk especially 21 and JBR distributions handle scaling...
When we import a module starting with `.` (dot), I am gettubg `MODULE_NOT_FOUND` error. ``` . ├── app │ ├── .generated │ │ ├── client.ts │ │ └── index.ts │...