Seonglae Cho
Seonglae Cho
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) **Describe the user story** As a developer, I tried to remove dev deps in docker image. My workspace...
http2 Support for tiled image request
**Is your feature related to a specific framework or general for this extension** ```json { "@nuxtjs/i18n": "^7.1.0", "nuxt": "^2.15.8", } ``` **Is your feature request related to a problem? Please...
#### Description This is my page property  And this is my rendered page property by `react-notion-x` **v4**  `Created by` type & `Last edited by` type property removed I...
Currently my notion page in on [seongland.seongland.com/wiki](https://seongland.seongland.com/wiki) which might move in future However, rendering this service do not work a few months ago by `(p)npm build` I'm not sure when...
### Feature Request: Change search state externally I suggest a feature that **externally changable searchOpen state** I guess, [this file](https://github.com/NotionX/react-notion-x/blob/master/packages/react-notion-x/src/components/page-header.tsx) is implementing searhOpen state like this ```tsx const [isSearchOpen, setIsSearchOpen]...
**Describe the bug** NApi.rs release build failed because of https://github.com/dimensionhq/fleet/blob/9855e5fb9ce8d369e978386b69cefa7f0b13e103/src/core/config/cargo.rs#L113 I found this issue in below discussion (additional context) **Desktop (please complete the following information):** - OS: MacOS **Additional context**...
``` 📋 Writing coverage file to disk... Error: Chrome could not be killed Command failed: taskkill /pid 19896 /T /F ERROR: The process "19896" not found. at C:\Users\Seonglae\AppData\Local\npm-cache\_npx\bb7f27a7b68f073a\node_modules\chrome-launcher\dist\chrome-launcher.js:282:28 at new...
SSH Remote development supports opening another window by CLI like below command ``` code . ``` However code server seems do not support this action. I think ``` code ....
I tried to run `generate/base.py` and followed [this readme](https://github.com/Lightning-AI/lit-gpt/blob/main/tutorials/inference.md#run-a-large-model-on-one-smaller-device) with my RTX3080 My command is like this using `gptq.int4` ```bash python generate/base.py --prompt "Hello, my name is" --checkpoint_dir checkpoints/openlm-research/open_llama_3b --quantize...