Leon Si

Results 4 issues of Leon Si

Firstly, thanks for the amazing VSCode extension! I have an npm package `@leonzalion/configs` which contains a markdownlint.json file, and I'd like to add the following in my VSCode global user...

enhancement

When importing the TypeScript interface `ChalkInstance` from `chalk`: ```typescript import { ChalkInstance } from "chalk"; ``` `eslint-plugin-unicorn` gives the following error: ``` /Users/leonzalion/projects/playground/chalk/test.ts 1:1 error Use default import for module...

### Describe the bug When using dynamic imports with `AsyncConstructor`: ```javascript export async function arrayUniqEval() { const fn = async function () {}.constructor( "const { default: arrayUniq } = await...

upstream

**Describe the bug** `@blocknote/react` doesn't work with React 19 RC as it uses React internals ![blocknote](https://github.com/user-attachments/assets/cfc7a27b-5d29-4b82-adbb-a80968d13279) ![CleanShot 2024-08-21 at 14 25 54](https://github.com/user-attachments/assets/90323a55-dc5d-4194-83b9-98fe52fc3bfb) **To Reproduce** **Misc** - Node version: 20.16.0 -...

bug