jwr1
jwr1
> According to our config: [`main`/config/packages/league_oauth2_server.yaml#L7](https://github.com/MbinOrg/mbin/blob/main/config/packages/league_oauth2_server.yaml?rgh-link-date=2025-04-02T07%3A27%3A12.000Z#L7) And their documentation: [thephpleague/oauth2-server-bundle@`master`/docs/index.md](https://github.com/thephpleague/oauth2-server-bundle/blob/master/docs/index.md?rgh-link-date=2025-04-02T07%3A27%3A12.000Z) The refresh token has a validity of one month. Could you maybe get a new refresh token when receiving a...
I think I'm with @BentiGorlich on this. I just checked, and even GitHub stars behave the same way; if you go to the star list in your profile and unstar...
Thank you for checking out the app. I actually noticed the same thing, and I literally just realized what the problem is, so I'll get it fixed for the next...
Ok, I've updated kbin.earth's code to ignore `usePreferredLangs` while unauthenticated, so Interstellar will now work specifically with kbin.earth without needing an update. FYI, the reason it takes quite a few...
Wait what!?! This has got to be a Flutter issue, cause I haven't messed with anything. I'm definitely still using `--split-per-abi` in the build action. I'll look into it for...
Looks like there's already an issue for it here: https://github.com/flutter/flutter/issues/169790
I've rebuilt the APK files locally with corrected version codes and have uploaded them to the 0.9.3 release. We should be good to go now. Let me know if that...
> Confirming: updater renamed the APK to 2019, so we're back in line. Thanks, I'll close the issue then! > Would you be interested in establishing reproducible builds, [@jwr1](https://github.com/jwr1) (for...
It's manual. Each time I trigger a release, I need to manually set the version name and code, which are passed in through GH action inputs. I initially set it...
> Though this way, when you look at an older copy of the code, you can never tell which version it belonged to. Plus it makes things like reproducible builds...