Bilal Tariq
Bilal Tariq
I needed to support clicking on the "participant" (nodes) and managed to extract it by doing the following: ``` // Getting all the available "participants" - could alternatively adjust to...
https://github.com/MercurialWeb/nexus-plugin-prisma - This fork of the original plugin has worked well for us in our project (working on v6.5.0 but we did have to patch the path to our prisma.schema...
Hey, I ended up taking a look at this as the issue looked like it went a little stale and wanted to help, hope that's okay! 😃
I had this problem, albeit my setup uses Orbstack as the Docker runtime. I managed to fix this by manually exporting `DOCKER_HOST` (which is what docker.from_env() is probably checking) e.g....