CodeShakingSheep
CodeShakingSheep
Cool! 🤩 Just pulled the latest commits in. Ran into a few issues. 1. `chordpro.lang` not found ``` Running: install -Dm644 ChordProviderGnome/.build/debug/GtkSourceView_SourceView.resources/chordpro.lang /app/bin/GtkSourceView_SourceView.resources/chordpro.lang install: cannot stat 'ChordProviderGnome/.build/debug/GtkSourceView_SourceView.resources/chordpro.lang': No such file...
Great, with the latest commit issue 1 and 2 are resolved now. However when running `flatpak-builder --run build nl.desbeers.chordprovider.json ChordProvider` I still had the missing icons. I saw the following...
Great progress 😍 Would love to check it out but unfortunately, my flatpak build fails since https://github.com/Desbeers/Chord-Provider/commit/0103f538f4602c941570d4451204cc1cd40506fd . ``` flatpak-builder build nl.desbeers.chordprovider.json --force-clean Emptying app dir 'build' Downloading sources Starting...
That helped. I needed to execute the following steps. 1. Delete hidden folders `.build`, `.swiftpm`, `.flatpak-builder` 2. Resolve swift packages: `cd ChordProviderGnome && swift package resolve` 3. Build (from root...
With the latest commit from master I have the following build errors. ``` /run/build/ChordProvider/ChordProviderCore/Sources/ChordProviderCore/Utils/ImageUtils.swift:21:5: warning: 'public' modifier is redundant for static method declared in a public extension 19 | ///...
Build is successful again, thanks 🙏
Thanks again for all the work you're putting in this! With the latest commit from today when I open the sample song or any other song I receive ``` ChordProviderCore/resource_bundle_accessor.swift:12:...
I just updated to the latest version. Love it 😍 Thank you so much for all of your work! I do have 2 wishes: **Support for strumming patterns in grids**...