Owen Lynch
Owen Lynch
You make some good points...
I don't use PyCall so I don't really have a reason to debug this; I'm happy to accept a PR if you send one.
I have a similar problem.
It seems like the general problem here is that there isn't support for "curried" functions. That is, we'd also have trouble matching `f(a)(b)`, correct? It's the same problem, because the...
Hi @caroliinecec; let's talk about next steps for this.
@caroliinecec, check the julia zulip.
The crucial question to answer for this is how does the semagram widget interact with the code outside of it? One possibility is to have the code outside throw highlevel...
On second thoughts, the API that @filonik-cmu proposed makes more sense: there should be a function that returns an svg element that a semagram is attached to. The question is,...
On further reflection, the real question here is that a Semagram consists of two things. One is laminar based, and one is cats-effect based. How do we compose this with...
One option would be to split Semagrams into two parts. One would be the Semagrams window, which essentially just accepted a signal of sprites. And the second part would be...