-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poker Timer App #3645
Poker Timer App #3645
Conversation
@gfwilliams probably knows best here. |
No, I'm afraid not. Because then we're unable to check on any changes - you could push an update, accidentally mess up the metadata.json and break the app loader for everyone, and we couldn't do anything apart from remove your app. Sometimes we may need to make quite broad changes (maybe some API changes or we become aware of something your app is doing that's a problem) and we want to be able to make changes to a bunch of apps at once. If we have a bunch of submodules we're going to have to submit PRs to all the app owners who may/may not merge them and the whole thing becomes onworkable. |
Apps can not be submodules, for good reasons. Reverting to re-add as a proper package. This reverts commit 39cd1c7.
I expect to push an update this week to fix some bugs:
So you can just wait for that if you want. |
Sounds good. Please can you change the version number style to |
Ok. Do I need to do anything about these build errors?
|
Yes - it's because of:
They should be |
Try that. Just tested on hardware and seems ok. |
Here's the forked App Loader: |
Looks good to me - thanks! |
Is it ok to add an app as a git submodule?