M.Lesin

Results 16 comments of M.Lesin

+1 for this feature, otherwise returned error message is lost (or hard to handle)

This behavior is more like a bug rather than a feature

I have no idea why the tests don't pass, such a change should not be the source of this.

Thanks for explanation! I'll try to create a PR, but I'm afraid I'm not competent enough in Rust to do it right and not break anything else :)

Thank you very much for fixing this! Unfortunately I didn't have time to try to do it myself after your wonderful explanation, sorry :(

same here on ubuntu 18.04

> Somehow it this problem happened on me after install lastest vscode and dev container extenstion. After some guessing, I solved the problem by disable `BUILDKIT_INLINE_CACHE` in docker buildx I...

Is there any progress on this?

It seems that it is already implemented with .contains() and .contained_by() exprs

If attributes property is not applicable to delete op, the proposed code could be ```ts type Op = | { insert: string | Record; attributes?: AttributeMap } | { delete:...