Jamal James

Results 219 comments of Jamal James

@ovitrif Are you running linux inside a VM on an ARM Mac? Can you describe your setup? I'd love to get this working myself so I'd appreciate any hints on...

Yes, I think it would be really cool to have additional bitcoin/LN related servers, such as electrs, added to Polar. For some time now I've wanted to build out some...

Are you able to deposit funds and open a channel from alice? Does `docker ps` show the alice container running?

Setting up docker on Linux can be pretty tricky when it comes to permissions. Did you install Docker Desktop for Linux or install using a package? For the packages or...

Thanks a bunch for all of the details and screenshots. I have an Ubuntu VM with Polar working but I haven't installed from scratch in a long while. Unfortunately, Docker...

Ahh, that is interesting. This isn't behavior I've ever seen before. My hunch is that Docker Desktop is handling the file permissions differently now that it is using a VM...

Thanks for testing and confirming that behavior. I agree that Polar needs to be updated to resolve those few issues. I will try to get a native Linux machine setup...

I appreciate the offer to help. Polar uses the `dockerode` and `docker-compose` NPM packages to communicate with Docker on the machine. All of this interaction is done in the [dockerService.ts](https://github.com/jamaljsr/polar/blob/master/src/lib/docker/dockerService.ts)...

Wow, this got ugly. I assumed Docker Desktop would make things easier, not harder. Especially with a something as common as sharing files with the host. After reading that docs,...

Appreciate the additional details. It's very helpful. I hope to be able to spend some time on these Linux issues week. @bxplorer What host OS are you using which supports...