Tim
Tim
Maybe a compromise would be if we could click "Move TabGroup to another window". Then you would move the group from one PTG stack to another. Thats maybe easier/possible to...
hi @geoHeil , i am not familiar with NetworkX but if you just need a graphml export what about a tiny `CALL apoc.export.graphml.all(null, {stream:true})` ? ```python from py2neo import Graph...
neo4j claims to have a mitigate fix included in the docker images https://community.neo4j.com/t/log4j-cve-mitigation-for-neo4j/48856 > The docker images have also been updated with a config setting disabling jmx. But i cant...
> Is there work in progress to include the mitigating config in Neo4j docker images? Seems to be done allready https://community.neo4j.com/t/log4j-cve-mitigation-for-neo4j-the-docker-images-have-also-been-updated-with-a-config-setting-disabling-jmx/48926/2?u=bleimehl
Would be great! The situation even got worse with recent versions. This worked for me with older docker-py versions ```python import docker from docker.models.containers import Container cont: Container = docker.from_env().containers.run("hello-world")...
Buffy has a server/client architecture and in principle async calls are possible. Maybe a batch API in the client would be useful. @MelihDarcanxyz could you provide some use-cases, examples, urls...
@deeenes wrote: > Buffy looks great, it's definitely an option we should consider. It has many of the features that we need, maybe we have to do some adjustments, but...
Next time, please, at least have the decency and read the FAQ, before bothering developers. Thanks https://github.com/DominicMaas/Tango/wiki/Frequently-Asked-Questions#are-dlcs-supported
@roycaihw > I think this is a server-side behavior. kube-apiserver probably wrote the `kind` for the entire list as `DeploymentList` and omitted the apiVersion and kind for each item. Could...
@roycaihw Can we label this as a bug?