Jisu Sim

Results 4 issues of Jisu Sim

neovim-qt 에서 `set guifont=D2Coding`으로 폰트를 변경하게 되면 `bad fixed pitch metrics` 라는 경고문이 나오게 됩니다. 그리고 눈으로 보기에도 이텔릭체에서 폰트가 잘리는 모습을 볼 수 있습니다. ![d2coding_font_bad_fixed_pitch_matrics](https://user-images.githubusercontent.com/10295515/51472341-81c8fa00-1dbc-11e9-935f-0b035865a57f.PNG) 이 문제를 해결 가능할지요?

I want my bash scripts to be integrated with zellij. Example: ```shell #!/bin/bash TITLE="Awesome pane title" echo "layout { pane name=\"$TITLE\" {} }" | zellij ```

### Describe the bug I setup `package.json` like this: ```jsonc { // ... "dependencies": { // ... "@swc/core11": "npm:@swc/[email protected]", "@swc/core10": "npm:@swc/[email protected]", // ... } // ... } ``` And this...

C-bug

## Which problem is this PR solving? On ESM environment where ECMAScript module and CommonJS modules coexist, unnecessary module preload warning logs appear. ## How Has This Been Tested? Example:...