Dale Seo

Results 91 issues of Dale Seo

I came across the following warning when I opened `src/excercise/06.js` in my editor. ![image](https://user-images.githubusercontent.com/5466341/98619996-5e917680-22d2-11eb-9b9d-7b37b88eb582.png) After a bit of googling, I found the following guideline on MDN. > This method exists...

## Issue summary The `create-react-app` and `create-react-app-ts-react-testing` examples are not working properly. I run into the following error on my browser when I run an `npm start`. ![CleanShot 2021-11-22 at...

Bug
untriaged

**Is your feature request related to a problem? Please describe.** We recently started using Mypy as a static type checker and realized that this library can cause type errors like...

The `addListener` and `removeListener` methods of `MediaQueryList` are deprecated and using them now causes linting errors as seen below. ![image](https://user-images.githubusercontent.com/5466341/98810971-0f406880-23ee-11eb-9cd4-32c0f22afe82.png) I'd like to request adding support for the `addEventListener` and...

### What version of Bun is running? 1.0.25 ### What platform is your computer? Darwin 23.2.0 arm64 arm ### What steps can reproduce the bug? 1. run `bun test --watch`...

bug
jest

### What does this PR do? The `async` keyword is unnecessary and could be misleading because there is no `await` calls in the test functions. - [x] Documentation or TypeScript...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior The `rootDir` compiler option in tsconfig.json is not being respected when...

needs triage

### What does this PR do? Correcting the headings to accurately reflect the content. - [x] Documentation or TypeScript types (it's okay to leave the rest blank in this case)...

### What does this PR do? `` would be misleading when there is no auth token passed as data. - [x] Documentation or TypeScript types (it's okay to leave the...

### What does this PR do? `code` and `reason` is mssing from the type declaration of `close`. ![Shot 2024-04-29 at 19 43 06@2x](https://github.com/oven-sh/bun/assets/5466341/5590077a-45c4-40c1-a962-4dd188f10eea) - [x] Documentation or TypeScript types (it's...