Eric Chen
Eric Chen
Not a perfectly solution, but what about opening the terminal into [Screen](https://linux.die.net/man/1/screen). Users could reconnected back to their screen session each time, also gives more fine grain control over resource...
Same Issue with me, I've moved off of kopia because of unrelated reasons, but setting it up for 3 days on a single snapshot with * 2.3Gb * 455 files...
I'm not sure why you need to use it like this. DefinitelyType (the @type stuff) is purely for Typescript to fetch type definition. When you are importing, you should always...
@brettmstevens7 Nope, issue still occurs. Currently on v2.2.1
1. Personally, yes, only local repositories. Technically remotes can be impacted with it's cache, but that's probably less a priority, makes less sense to check if non empty, and if...
Not OP, but I also had this issue, just upgraded from v2.28 to v2.38 and it fixed the issue. `docker compose up` will stay connected after watch restarts the image.
I've found that using a non-default builder that specifies the cpuset on creation will work ```Dockerfile FROM alpine RUN nproc ``` ``` docker buildx create --driver-opt=cpuset-cpus=0-1 --name=nproc-test docker buildx build...