Benjamin Stürmer
Benjamin Stürmer
In the action we only set the tool chain and the target. But the underlying architecture where the build is running is still different, so we probably need to use...
@martintc have you checked your artifacts in that PR already?
@martintc Looks good to me, but why aren't you using `cross` for all the builds? Looks like other applications always use cross.
I like the idea of splitting everything by feature, the current draft is a mixture: https://github.com/AndroidDev-social/DodoForMastodon/blob/main/CONTRIBUTING.md#%EF%B8%8F-structure The reason is/was that nearly everything data related will end up in the Mastodon...
@mardybardy I have had the same and solved it with a different path in the GitHub workflow: https://github.com/thebino/zmk-config
due to a lack of contributions. Only 3 other people besides me added code and features. Maybe we should have focused on one platform first, but you're welcome to add...
Same issue here, I added multiple *scanned* images to an external library where I added the correct dates to exif manually and it placed them to today due to the...
I even tried to link it manually, but than it is complaining the need of a `x86_64` version ```dyld[60221]: Library not loaded: /usr/local/opt/openssl@3/lib/libssl.3.dylib Referenced from: /usr/local/bin/comtrya Reason: tried: '/usr/local/opt/openssl@3/lib/libssl.3.dylib' (no...
What benefit will it gain to have a dedicated `di` module? The modules can be placed in the regarding modules
> > What benefit will it gain to have a dedicated `di` module? The modules can be placed in the regarding modules > > @thebino my thinking was that with...