Jisu Sim
Jisu Sim
neovim-qt 에서 `set guifont=D2Coding`으로 폰트를 변경하게 되면 `bad fixed pitch metrics` 라는 경고문이 나오게 됩니다. 그리고 눈으로 보기에도 이텔릭체에서 폰트가 잘리는 모습을 볼 수 있습니다.  이 문제를 해결 가능할지요?
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...
## 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:...