Valentin Zwerschke
Valentin Zwerschke
Hey! When I try to build my go code for windows over the m1 mac I get this error: ``` # github.com/h2non/bimg In file included from /opt/homebrew/Cellar/glib/2.68.4/include/glib-2.0/gio/gio.h:46, from /opt/homebrew/Cellar/vips/8.11.3/include/vips/vips.h:90, from...
Are you planning on creating a macOS build and releasing it on homebrew?
This is for the upcoming iPad/Tablet app. Should Display: - Birth - Death - Works - Uploaded Works
Take the list of composers from open opus api and then make an autocomplete for their names.
If a composer has a sheet with the same name as itself, after the deletion of the composer it will rewrite the `pdf_url` to `/sheet/unknown/unknown`. ([Line 111, backend/api/models/Composer.go](https://github.com/SheetAble/SheetAble/blob/master/backend/api/models/Composer.go)) This line...