Perchun Pak

Results 80 comments of Perchun Pak

Why? It's so limited now. I can't even sync only one file, instead I need to ignore all files except one manually, and check if the program, that generate these...

Here is how I get SSE working for me `routes/sse/+server.ts` ```ts function delay(ms: number): Promise { return new Promise((res) => setTimeout(res, ms)); } export function GET() { const encoder =...

No. There are two ways to bypass this issue - rollback to `1.1` syntax or update dependencies in groups by hand.

Well, I do not relate to dependabot team in any way, so I don't know. I also just wait it.

Really sad this feature was abandoned. However, I managed to do something similar using both this plugin and [mini.indent](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-indentscope.md) ![image](https://github.com/lukas-reineke/indent-blankline.nvim/assets/68118654/50e6b3a3-2501-4f8a-805a-c2aa47905afe) But the downside of this approach is that `mini.indent` overwrites...

Strangely enough, I see this issue on NixOS using BTRFS and only when I am in a mounted volume: Logs ```bash ~ ❯ gleam new testt Your Gleam project testt...

Is there any workaround/update?