Rom888
Rom888
Solved by removing package.json from the parent folder. This helped: https://github.com/neoclide/coc.nvim/wiki/Using-workspaceFolders https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel
Right, Ubuntu 24.04 amd64
``` FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ ca-certificates \ tar \ less \ tree \ ripgrep && \ apt-get clean &&...
Tried with dev branch: ``` STEP 4/9: ARG VERSION=dev --> 73d9a6f4ee29 STEP 5/9: ENV VERSION=$VERSION --> 7711dea7310e STEP 6/9: ARG url="https://raw.githubusercontent.com/sst/opencode/$VERSION/install" --> d8a52ec2bdcd STEP 7/9: RUN echo $url && curl...
I tried to achieve this using this keyd.conf: ``` volumeup = macro2(500, 300, f24) f24 = command(XDG_RUNTIME_DIR="/run/user/1000" wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.03+) ``` but without success. Is there a working workaround...
I see this exported markdown with empty assistant and tool. Is this by design or a bug? ``` # Debugging npx jest in.service.spec.ts failure **Session ID:** ses_4d84ff224ffeYhLIVwlrNF5nxB **Created:** 12/16/2025, 6:03:27...
This error persisted with v7.2.0, no VPN, curl works. But v7.2.1 works without that error! In addition, today I tried v7.2.0 again and it also works!
The curl command above worked, but I will try it again if the error repeats.