keorn
keorn
I would also like to add that I am used to the IPython worksheets (now jupyter.org), which are very popular, where each cell returns the final value (similar to `do`...
Yeah, sorry didnt take time to narrow it down. I am plotting from LightGraphs. Will look more into it later today. 
Ok, got the minimal version (can go more minimal if needed): ``` using GraphRecipes, Plots graphplot([[2], [2]]; names = ["a", "b"], edgelabel=Dict((2, 2) => "c", (1, 2) => "d")) ```...
The above was GR backend, just tried `plotlyjs`. This time it doesnt disappear, but the self-edge label ends up weirdly on the edge between nodes: 
I would say that an additional argument against using `*` for `WeightedMeasure`, is that the operation of scaling density is not commonly performed using `*` operator. Having this operator, which...
Yeah, other usages of `*` and `+` is another can of worms. At PlantingSpace we prefer `⊗` for product measure and `⊕` for what you call superposition to make things...
To encourage progress here, I would like to put a ~500 $ bounty for the following issue: https://gitlab.com/plantingspace/broadleaf/-/issues/1 The above combinator stategy is potentially one strategy for implementation of generative...
Great! Yes, in my view it is quite reasonable to expect that different methods have disjoint address spaces. While a neat program may have functions with the same name doing...
Keen to help out with any integration. See API docs and thoughts on integration [here](https://mangrove.reviews/build), also documenting [this JS library](https://gitlab.com/plantingspace/mangrove/-/tree/master/libraries/mangrove-reviews-js) just now.
Any updates on that?