Campbell Vertesi
Campbell Vertesi
Marking this as Work In Progress because on testing, it looks like prev_state does preserve whatever the previous return type was. Still usable if you do the conversion inside an...
what's the rationale behind the bind mount and links anyway? What are we losing by removing that?
I suspect the problem is that it is running refresh/index operations the whole way during the scroll. So god forbid you slow down somewhere, because it will load a ton...
In case it helps anyone, I built https://hub.docker.com/repository/docker/ohthehugemanatee/nextcloud-dlib . It's nextcloud based on alpine (the LinuxServer version of the container), with the matiasdelellis pdlib included. No guarantees etc etc etc......
I'll still struggling with this. I'm in the exact scenario described: k3s, updated my cluster and suddenly my certs stopped renewing. I've removed the `class` specification from my clusterissuer, but...
I resolved my issue: k3s updates do not update traefik along with it. You have to manually update traefik. My version (chart 1.81.0, app 1.7.19) was not correctly setting priority...
I have the same issue. We in fact already have the dynamic stacks. Just when you click/tap on a circle with a number of photos, that should take you immediately...
Thanks for your continued work supporting the branched version, @thielepaul . Can confirm it works very well for me. There are no conflicts, only code review needed here as far...
yes, libinput sees everything. It's only gebaar that doesn't respond with anything. Plus, gebaar is the only system (that I know of) that doesn't use the output of debug-events.... So...
I also found that adding a `user` directive in docker-compose doesn't affect which user owns the apache2 process. The only way to grant access to files is to `chown 33:33`...