Matthew Edell
Matthew Edell
I was having a similar issue as well. Mine was failing in dev running in Expo Go on Android, but I haven't tried running a production build. In my use...
I am not in a great place to test things out myself right now but you can try `event.stopPropagation()`. It stops the event from propogating upwards (bubbling up) to the...
Fair enough, I'll try to dig into it once I'm done with my move.
I have a couple things I wanna call out here. I figured this might be a good place to do it instead of on discord. I think we can probably...
Thanks for the quick reply @3d-gussner! My server is actually a full Ubuntu 24.04 Desktop installation. It's nothing fancy, just my first home server that I wanna use for a...
Ok, so this is gonna be a whole brain dump so pardon me for that. I took a stab at it today and managed to both get the image built...
@3d-gussner I want to build this image in a multi-stage build, where the first stage is for building PrusaLink and the latter just for running. After running `pip install .`...
Very rudimentary setup but **there** it is!!!  Running using the image [at `xhudaman/prusa-link-docker` ](https://hub.docker.com/r/xhudaman/prusa-link-docker) gonna test uploading a print file and running it
> [@xhudaman](https://github.com/xhudaman) could you provide a minimal working example how to run your container? When I try to run it via `docker run xhudaman/prusa-link-docker`, it gets created and immediately exits...
@MoritzTockner The repo can be found at https://github.com/xhudaman/docker-prusa-link You'll need to modify the `prusalink.ini` in the root of the repo and then run `docker build -t docker-prusa-link .` after that...