James Sandford

Results 9 comments of James Sandford

> > Built and pushed a docker image for redoc-cli from that Dockerfile. It's not official, but works for me for now. https://hub.docker.com/r/broothie/redoc-cli > > Why not PR the Dockerfile...

As mentioned in #514, `in` clauses seem to expect the postgres jsonb type. This breaks queries of the form ``` WHERE ALL( r in relationships(p) WHERE ((type(r) = 'Contributes') OR...

I've just run into a similar thing with the form ``` WHERE ALL( r in relationships(p) WHERE ((type(r) = 'Contributes') OR (type(r) = 'Produces')) ) ``` using `to_jsonb` on the...

I had to use ``` sed -i 's/10/stretch/' /etc/apt/sources.list.d/docker.list apt update apt install docker-ce docker-ce-cli ``` instead of what was in @MichaIng's comment for raspbian

Hello. Has any progress been made on this? It seems the same issue presents for the keyword `type`. Unfortunately, in our case, we can't disable the error on specific resources...

I agree. Non-interactive would return to something along the lines of the original behaviour, admittedly with the interface change in the form of the new flags, and would work for...

I'm slightly confused by this. For mypy to work correctly, won't the matching type packages always have to be installed? Surely a non-matching type package version may lead to incorrect...

I've just found the relevant PEP here. Apparently this is handled by stubs specifying the versions of the runtime package they support in the dependency metadata. So the dep resolver...

> The command `docker run --privileged --rm public.ecr.aws/eks-distro-build-tooling/binfmt-misc:qemu-v7.0.0 --install arm64` is required to add the compatibility layer that allows a x86_64 host to build for arm64, maybe adding the support...