Bertil Johannes Ipsen

Results 5 comments of Bertil Johannes Ipsen

I believe this does what is requested. It adds a method `get_groups_by_search` which searches for groups, finds their id, and yields the result of `get_group_info` with that group_id. ``` from...

My best solution so far has been to use a reactive object with onResult. Is that best solution to this problem? ``` // stores/campers.ts import SOME_QUERY from "@/gql/queries/SOME_QUERY.gql"; export const...

Ran 2to3 on the mingus source code and I don't get this error anymore. Nothing seems to happen when I run tonal.py though, am I doing something wrong? Edit: I...