Martin Coll

Results 62 comments of Martin Coll

Yes, the workaround is to use the GhQueryEncoder (see above) or any other encoder that would fit your needs. But we probably need this to be compliant instead of using...

Kubernetes! There's lots of different tools like kustomize use YAML to produce YAML.

For example, AlgebraicJulia has several schemas that @epatters worked on here: https://github.com/AlgebraicJulia/Catlab.jl/blob/main/src/wiring_diagrams/JSON.jl Given the maturity of the Julia ecosystem I think this can be a great implementation advantage.

What is the goal of this issue? Is it interoperability? Because just to get a JSON file an option is to take the DiGraph and export using NetworkX: * https://networkx.org/documentation/stable/reference/readwrite/json_graph.html...

I would like to contribute free signatures over digraphs. My initial idea is to define signature `S=(S0=V, S1=V, dom=predecessors, cod=successors)`. I notice there is redundancy in the sense that pred...

I think this makes much more sense :) ```py from discopy.closed import Ty, Box, Id f = Ty('f') x = Ty('x') g = Ty('g') y = Ty('y') z = Ty('z')...

I'm working on two things: 1. yaml to digraph: https://github.com/yaml-programming/nx_yaml 2. digraph to signature: * ob = digraph nodes * ar = digraph nodes * dom = predecessors * cod...

Check this solution: https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning

I came to ask exactly for this. It would be awsome!

> Disclaimer: I know the basics of category theory but am far from an expert. I guess me as well :) > If you mean the former, then I don't...