Justin Colangelo
Justin Colangelo
This is a neat addition and was helpful to us. On a self-hosted Hubs it seemed to cause some issues where the ITA service could not copy over the files...
I see there's an ItaProxy set to `localhost:6000`. There is nothing running at :6000 on my machine and so 502 makes sense. I see on the server there's an ita...
It sounds like the vacuum process removed them even though they were pinned for some reason. Has something changed in Reticulum with that process?
I wanted to update this issue. This is running as part of a CI/CD process. I had to `rm -rf /hab/cache/artifacts/` for it to respect the new values in those...
We are seeing issues downloading hab studio now. ‘’’ ✗✗✗ Failed to install package core/hab-studio/1.6.521 - When applicable, we try once, then re-attempt 5 times to [381]✗✗✗ download a package....
It seems like this runs too soon on Chrome ```finally { if (screenshotUrl) { URL.revokeObjectURL(screenshotUrl); }``` I tested this by commenting that revoke line and it works in Chrome after.