Thorsten
Thorsten
I can also say that my bm40 rev2 works perfectly using this pr :+1:
I'm using [vite-node](https://www.npmjs.com/package/vite-node) on linux and it suffers from the same problem. Making edgedb listen on `::1` fixes the problem.
@0xlilith `:lsp-workspace-command Open\ Preview` should do the trick! If it does not open, mdpls probably can not find the browser you specified inside your path.
Looks like the USB-C fork of this repo also contains gerber files for a plate: https://github.com/piit79/plaid-c/blob/main/pcb/gerber/plaid-c-plate-1.2.42D.zip You can use this file to order from jlcpcb.com or similar companies.
looks like it still needs to be updated on npm.
And on NixOS: ``` In file included from /build/source/src/gphoto-udev.c:1: /nix/store/xhvmfaq5b4jk2640l1xrzgjs7z2vri95-obs-studio-26.1.2/include/obs/obs-internal.h:39:10: fatal error: caption/caption.h: No such file or directory 39 | #include | ^~~~~~~~~~~~~~~~~~~ compilation terminated. ```
I think the same issue also arises with the ServicePort spec. I encountered it when trying to import the dashboard yaml from https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml where the container's ports specify "protocol" but...
I think i'm also hitting this issue due to my using direnv + nix, which can add substantial delay to the shell becoming ready.
This would also help with using bucklescript in projects built with yarn2nix where we link an immutable node_modules from the nix store :+1: