이정현

Results 17 issues of 이정현

Need to shrink font size or widen the panel size by name length.

Hi I want this project doesn't require additional typing library(which is @types/koa__cors) when coding in TypeScript. This could be solved by adding `.d.ts` file. Any ideas?

### I'm opening this issue because: - [x] I'll report a bug - [ ] I'll propose a new feature ### Description vim-vixen doesn't working on notion.so ### Failure Information...

site compatible

### What is the problem this feature would solve? Jest supports [snapshot testing](https://jestjs.io/docs/27.x/snapshot-testing), but Bun does not supports it. ### What is the feature you are proposing to solve the...

enhancement
jest

### What version of Bun is running? 0.2.2 ### What platform is your computer? Darwin 21.6.0 Darwin Kernel Version 21.6.0: Thu Sep 29 20:13:56 PDT 2022; root:xnu-8020.240.7~1/RELEASE_ARM64_T6000 arm64 arm ###...

bug

`pathname` field is undefined when create an `a` element. I expected empty string. ```ts import { DOMParser } from "https://deno.land/x/deno_dom/deno-dom-wasm.ts"; const document = new DOMParser().parseFromString( "", "text/html" ); const a...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

```js const target =new Error(); const cloned = clone(target); // actual target === cloned // true //expected target === cloned // false ```

Similar to [this issue](https://github.com/photopea/UPNG.js/issues/19) I'm using this library with bundled by Webpack. In my case, I only use `decode` function. However since this library is wrapped by an object, bundled...