Dov Murik
Dov Murik
I wrote the TCL impl - and indeed I mentioned this problem in the first pull request #106 ... You're welcome to try to solve it (implement GC / reference...
Hmmm, I found this error in the log of jenkins-ci-ubuntu-20.04 : ``` Running nydus integration tests Image is up to date for sha256:dcac4621b8636ac822ab7737648a272fcf378b8df6d315816036f00d5536d1e2 Pod 6bc88318657fef6d6855c02dd1fdf5a2a094731ce210e406059ad9d3f7cd4ce8 created Container d44191eddc024a568c3c944a8c2d57f18308a8550a6a30b51389441710749041 created time="2022-08-18T07:21:50Z"...
> It brings in the `CONFIG_SPECULATION_MITIGATIONS`, which would be welcome in the stable branch. I think we can update the stable branch to latest in 5.15.y -- it should have...
I see that `main` was merged into branch `CCv0`, so we now have 5.19.2 in CCv0 as well. (Thanks @Megan-Wright )
Or, put another way, is there a way to get a `QueryBuilder` of the correct kind, at runtime, from a instance of `AnyPool` or `AnyConnection` ? something like: ```rust let...
Relevant discussion in golang-dev mailing list: https://groups.google.com/forum/#!topic/golang-dev/4FfTBfN2YaI (topic started with similar problem affecting the coreos/etcd repo, which like fabric holds both binaries and libraries).
Is there a plan to add the transaction status API endpoint (whose response will include success/failure) for polling, per @binhn 's comment: > The application might not receive the response...
Another command that can be useful is "block until a key is expired" (= "block while a key exists")? That will replace your original EXISTS call at the top of...
Hmm, but if we "wait until expired" and there's only one script that executes at once, then we'll have a deadlock. Scratch that.
@philmes seuqences keep increasing even as time advances. So let's say you produce 20 new IDs each millisecond: The first IDs will have sequences 0-19, then on the next millisecond...