Andrew Garrett
Andrew Garrett
I'm seeing this too for the occasional file – a couple a day. I'm experiencing it as an I/O error when trying to read a file. The message I see...
I took a look out of curiosity. PrusaSlicer uses the wxWidgets library, which has a [rudimentary iOS implementation](https://docs.wxwidgets.org/latest/plat_ios_install.html). I am assuming that if we wanted a full-scale PrusaSlicer implementation on...
I'm not sure I understand the difference between the 'addon' and the regular version of EMHASS. I thought addons were just for HAOS, and I'm not using HAOS, so I...
As a meta question, what's the point in having a separate standalone type if the add-on version doesn't actually require running under HAOS? Would it make sense to maintain only...
Can you explain for the record what the obstacle is to building for MacOS, and what upstream change broke it? It would be helpful to know if it's surmountable with...
@smartavionics gotcha, do you have a script or something that you use to build it? I wonder how hard it would be for me to try building it on my...
Thanks! I'm going to take a look into something like nixos.org for setting up a consistent build environment, because builds that can't be done in one step make me sad.
There's nothing wrong with the `Dockerfile`, it's just only built for `amd64`. If you clone the repository, you can build it yourself with `docker build .`, or for a multiarch...
I'm referring to the shortcomings mentioned here: https://github.com/tailscale/caddy-tailscale#https-support (i.e., that the native TLS integration doesn't work and you need to use `tailscale+tls` instead (and set `auto_tls off`). In particular, I'm...
Does anything need to happen for this PR to be reviewed? Would be neat to have this functionality without needing to manually apply patches.