Jared Cuffe

Results 18 comments of Jared Cuffe

I think that this is due to us not having a recent enough version of Kakoune, @jaredramirez. I tracked it down to the `decrement-inserted-pairs-count`, here's what I see when I...

Experiencing this same issue. I have pushed the image to my docker registry, maybe you can tell me if the image works on your machine? https://hub.docker.com/repository/docker/jcuffe/http-server Reproduction: 1. Follow all...

Thanks for the quick response @hydai! I recently reinstalled wasmedge, so I recompiled crun to see if that could have caused the issue. I have not yet recompiled cri-o If...

Buildah commands I've tried: ``` sudo buildah build --annotation "module.wasm.image/variant=compat" -t http_server . sudo buildah build --annotation "module.wasm.image/variant=smart-compat" -t http_server . sudo buildah build --annotation ["module.wasm.image/variant=compat"] -t http_server . ```...

Yes, that is all correct. The only step I have invented myself was to change the `container_http_server.json` contents from the quick start, as the "from-scratch" Dockerfile seems to expect no...

It works! Thank you for your patience! My fault was in assuming that the `args` and `annotations` properties of the JSON file were no longer needed if they were "baked...

This is an old thread, but I wanted to thank @muffin4 for digging in on this - I've had the same issue with `InsertIdle` LSP updates causing annoyance while I'm...

Unfortunate that it can't be that simple 😞 thanks for noting this! I hadn't seen it because I use completions less frequently. The language server causing the most issues for...

I would like to, but the issue caused my machine to become fully unresponsive when I encountered it, and every time I encountered it I was trying to get work...

I'm using `[email protected]`, and the `tsserver` that comes with `[email protected]` edit: After more use I now think my issue was running multiple instances of kakoune instead of attaching clients to...