Goszczu

Results 7 comments of Goszczu

For anyone trying to enable it in Next.js with webpack5 Tell webpack to treat pdf.worker.js as an asset ```js ... webpack(config) { config.module.rules.push({ test: /pdfjs-dist\/build\/pdf\.worker\.js$/, type: "asset/resource", generator: { filename:...

Ok, it's connected with the Docker engine. When Docker is in a bad state, Avante waits for it while locking the nvim UI.

Currently Vercel's implementation of looking for `packageManager` field uses the closest package.json file to the root dir set in a given project. In a monorepo this won't work since corepack...

Running without tui is also hanging ``` redacted-user@redacted-host  ~/redacted   main ±  opencode run "Hello" --print-logs --model="anthropic/claude-sonnet-4-20250514" INFO 2025-09-09T09:06:20 +52ms service=default version=0.6.8 args=["run","Hello","--print-logs","--model=anthropic/claude-sonnet-4-20250514"] opencode INFO 2025-09-09T09:06:20 +0ms...

I've tried to delete ~/.cache/opencode, but it didn't resolve the issue. It's still stuck on `session.update publishing`

Yes, I've just tested it in a different directory — same behavior.

I was playing around and resolved this by downgrading versions sequentially to 0.6.5. After running again, I got it working. Now it started working after upgrading back to 0.6.10. I'm...