Seonglae Cho

Results 29 comments of Seonglae Cho

It can be by default according to pnpm policy My opinion is appending cli option `ignore-scripts` to `pnpm prune` like `pnpm install` for above problem

@kazuare Thank you. It works! However, contrary to the purpose of reducing the size of my docker image, `pnpm prune` does not reduce the size of `node_modules` folder.

There is a problem if i want to open another folder or workspace file at the same time. Opening a new tab when I pass `code-server $FOLDER_PATH` would be good...

This is still problem ``` Linux dc165-test 5.4.0-89-generic #100-Ubuntu SMP Fri Sep 24 14:50:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Docker version 20.10.9, build c2ea9bc Docker Compose version v2.0.1 ```

I'm not sure that this is a bug or just a none supporting feature

Can't I read types and scopes from `.github/semantic.yml` for compatibility with [this](https://github.com/zeke/semantic-pull-requests) github app? even if that app is for PR title

Now I resolved this issue by ignore page by customize `.getPage` function with timeout option. (do not render page at build time) https://github.com/3bases/3trees/blob/aaf04504573ac3158c86c88f897675f5064f0f9c/lib/notion.ts Notion sometimes do not response to request...

I don't think that model is in supported list but the error was resolved by adding `CUDA_VISIBLE_DEVICES` env variable (https://github.com/huggingface/text-generation-inference/issues/337#issuecomment-1551571575) ```bash CUDA_VISIBLE_DEVICES=0 text-generation-launcher ... ```

@dongtong Can you explain what was the problem?

I tried some fixes but couldn't resolved it. So I just thought that Notion blocked request except official Notion API