Martin Coll
Martin Coll
If whalebrew enabled docker in docker (see #24), and also installed itself in all containers, then you could have your tools talk to each other! **Goal**: my whalebrew packages can...
According to the [Prometheus best practices](https://prometheus.io/docs/practices/naming/#labels): > Use labels to differentiate the characteristics of the thing that is being measured. Do not put the label names in the metric name,...
Hi! I developed a signature implementation using a digraph. This allows me to specify a syntax very concisely. Each symbol is a box with i/o types given by the neighbors....
See https://github.com/discopy/discopy/issues/211#issuecomment-1706237680. The goal is to transform the YAML representation graph into DisCoPy definitions: * https://yaml.org/spec/1.2.2/#321-representation-graph. The initial goal is to support only the structure and not tags and other...
Hi! I'm working on a project to add programming capabilities to YAML. I would like to integrate xgi and I implemented this POC: https://github.com/yaml-programming/graphs/commit/0cc71cabf853f0c15a0d522ccc47532b7b7a4f16 This interpretation is derived from the...
I'm quite interested in this project and how it was designed. I see there is a mix of clojure-style blocks of strings with structure given by sequences and mappings. This...
Hi! I'm a BCS working towards QPL2024. * https://github.com/colltoaction/qpl2024 My contribution is all about the syntax behind CT. To do this I'm categorizing the YAML spec. I can do this...
Hi! I'm interested in contributing a categorical definition of the representation graph. I want to foster collaboration between some Python projects like this one to be the foundation of a...
Para mantener la coherencia del código y hacer todo en un solo lenguaje (y no necesitar instalar PHP...) estaría bueno que el parser del PDF esté escrito en JavaScript. De...
Cuando una materia tiene cursos especiales que no son para todas las carreras (como Química 6103), la materia puede no aparecer en el organizador. El problema se da porque no...