tobia

Results 46 comments of tobia

Hello. I'm trying to build your libraries against Alpha 3.1 but I'm getting the same error as the OP above. By the way, do you have any plans to update...

I managed to compile everything with Swift 5 against Alpha 3.1! I had to change a bunch of `Int`, `Int32`, and `UInt` around, as well as adjusting for the new...

@stephan2012 I can confirm that this is still happening with containerd.io 1.4.3 and docker-ce 20.10.3 (from Docker's official repo for debian buster) This seems to be a race condition that...

@bsutton If anything, the sleep should go in the destination stage, so that it can wait for the source stage to be ready. But it's not reliable. Sometimes you even...

PS. the only a workaround I found for this issue is not to use the zfs storage driver at all (explicitly set `"storage-driver": "aufs"` in /etc/docker/daemon.json) Of course if you...

The reason for this and other bugs is that the container's height is fixed into px every time React calls getSnapshotBeforeUpdate(), which happens a bunch of times during the normal...

This is the best vertical tab addon I have found so far. Why is it not published in the addon registry?

Thanks. I didn't know about Testpilot

I agree. The broken link in the Readme and the _wrong_ link in the repo description are quite misleading.

> The cause ended up being using `docker kill --signal HUP `, which Docker assumes will stop the container and marks it as not being restartable. Thank you, this solved...