Juyeong Maing

Results 17 issues of Juyeong Maing

![image](https://user-images.githubusercontent.com/12760587/224312994-eddc3b47-8d9b-4852-9207-8091f0e6a5ec.png) I didn't install md5sum, I got error above.

I'm a frequent user of your VSCode extension, specifically the feature that provides IntelliSense for CSS class names in Typescript JSX. It's been incredibly helpful in my web development workflow....

My project uses [noImplicitOverride](https://www.typescriptlang.org/tsconfig#noImplicitOverride) option in `tsconfig.json`. I got so many errors: `error TS4114: This member must have an 'override' modifier because it overrides a member in the base class...

I haven't made a vscode extension before, I haven't been able to test it... please review it :)

Installed extension version: v0.0.4 test file content (test.txt) ```text This is a test ...

vscode extension version: v0.0.4 test file name: `This file have " in filename "` error message ```text Traceback (most recent call last): File "/Users/user/Library/Python/3.8/lib/python/site-packages/proselint/command_line.py", line 146, in proselint f =...

### Bug description ```prisma model A { id Int @id @default(autoincrement()) name String b B[] } model B { id Int @id @default(autoincrement()) name String aId Int a A @relation(fields:...

bug/1-unconfirmed
kind/bug
topic: relations
domain/client

### Description Remove duplicate description with same content ### Motivation I felt that the duplicate description was wasting readers' time. ### Additional details ### Related issues and pull requests

l10n-ko

It would be super useful to have utility type for merge multiple types using `@type` as array. For example: ```ts type UnionToIntersection = ( T extends any ? (arg: T)...