Results 47 comments of 0chroma

I'm experimenting with mounting `/.pnpm-store` and `/root/.local/share/pnpm` in a tmpfs volume, might help as a workaround but will report back

This is the mounts section from `docker inspect`: ``` "Mounts": [ { "Type": "bind", "Source": "/mnt/.ix-apps/app_mounts/activepieces/activepieces", "Target": "/root/.activepieces", "BindOptions": { "Propagation": "rprivate" } } ], ``` the workaround I had...

This would be a great addition for those of us running ozone instances. It would make handling reports faster, and would hopefully cut down on reports sent to us that...

seems like a duplicate of #434 and #88 I verified that using `--` seems to work now

One idea: maybe have the app run in the background, and run the bg tasks at low priority? This is what syncthing does and it seems to work well. I...

hmm I feel like it would be better to raise an exception if I'm reading data that hasn't been deserialized yet, I spent a lot of time debugging in order...