Results 81 issues of Owen Lynch

It would be great to update the README with an overview of all of the stuff that we are doing these days! Catlab has changed a lot since the README...

docs

We should implement the higher-order functions that are easy to do so on ACSets. ```julia function map(f::FunctionWrapper{S,T}, data::Symbol, acs::ACSet{CD,AD,Ts}) ``` This would return an ACSet where the `Data` type corresponding...

enhancement

Is there a way of having a rest at the end of the piece? It seems like they are just ignored when exporting to lilypond, and moreover if there aren't...

feature-request

There should be a consistent data type for schemas. Right now, we have type-level schemas and value-level schemas. With the upcoming changes to the julia compiler, this should no longer...

cleanup
acsets

We should have a section of the docs that is for developers, explaining internal conventions/mechanisms. Inspired by: https://github.com/AlgebraicJulia/Catlab.jl/pull/681#discussion_r987505075

docs

In the columns refactor, we punted on preserving indexing for FinFunctions because we are soon going to make FinFunctions based on columns. See https://github.com/AlgebraicJulia/Catlab.jl/pull/681#discussion_r987536635.

cleanup
acsets

This should address #4352.

A-tree-sitter
S-waiting-on-author

### Summary Periodically, the syntax highlighting in scala doesn't quite work as expected. ![image](https://user-images.githubusercontent.com/4728903/196510539-52129382-6642-43d6-a5b8-006738726b12.png) ### Reproduction Steps If you view `scala/core/src/actions/Actions.scala` in https://github.com/AlgebraicJulia/Semagrams.jl in `hx` 22.08.1, you should see the...

C-bug
A-tree-sitter
upstream

Should work now. Also, will not deploy on pull request, only on push to master.