Evan Patterson
Evan Patterson
Whoops, didn't see that. Thanks.
I agree that an option to use `pypandoc` would be a very useful feature. Among other things, pandoc's support for citations and bibliographies seems to be far superior to anything...
Thanks, @thanethomson! Good point about other content formats: I'm sure there are folks in the Python community who'd want to use ReST.
@thanethomson, do you have a concrete plan for refactoring the processing of the `Content` field? If it's not too involved, I might take a stab at implementing this feature myself.
@cbw124 is currently working on this in the case that C is a free category. The general case seems to be harder.
Totally agreed about storing `Function` instead of `Symbol` for term constructors like `compose` and `id`. This should allow us to eliminate complicated reflection machinery in `invoke_term` and also get a...
@bosonbaas, are you sure you're using `NamedGraph`? At least as of current Catlab, that type has `vname` uniquely indexed, so `incident` doesn't return a vector (cf. #597), and a quick...
Thanks for the report. I agree that it would be nice to fully support Pluto but it may be difficult to make all the macros in Catlab compliant. We'll see...
The macros in Catlab that currently use `eval` are: - the GAT macros (`@theory`, `@instance`, `@syntax`) - the `@acset_type` macros I don't believe these uses of `eval` are avoidable because...
This would be awesome. The issue is related to #243 so I'll give it a more specific title to distinguish.