Skip to content

App for hands on#35

Merged
kngwyu merged 1 commit intooist:mainfrom
kngwyu:handson-20250317
Mar 19, 2025
Merged

App for hands on#35
kngwyu merged 1 commit intooist:mainfrom
kngwyu:handson-20250317

Conversation

@kngwyu
Copy link
Copy Markdown
Collaborator

@kngwyu kngwyu commented Mar 19, 2025

This is the app I use mainly for outreach events, so I think it's worth placing it in the main repo.

@kngwyu kngwyu merged commit 49b6913 into oist:main Mar 19, 2025
1 check passed
Copy link
Copy Markdown
Collaborator

@topherbuckley topherbuckley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with everything other than the changes to the download_models.gradle file which will affect more than just your example app.

As there is no rush to merge to the main branch, I'd also prefer if you gave me some time to review before merging. As I'm not actively working on this now, I typically only check once a week or so. You can still use all your changes from your own branch until then.

Comment on lines +8 to +15
tasks.register('downloadModelFiles') {
doLast {
MODEL_FILES.each { file ->
download.run {
src file.url
dest "${ASSET_DIR}/${file.name}"
overwrite false
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer if you keep these kinds of fundamental changes (change that affect more than just this example app) in a separate PR. Otherwise this will be much harder to track down if this causes issues later on.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right at least I should have did this in a separate commit

@kngwyu
Copy link
Copy Markdown
Collaborator Author

kngwyu commented Mar 21, 2025

Sure I can wait for one week

@kngwyu
Copy link
Copy Markdown
Collaborator Author

kngwyu commented Mar 21, 2025

Also usually I don't care much about the granularity of commits unless many (I mean, > 4) people are involved in the development, but I'd go for smaller commits if you prefer so

@topherbuckley
Copy link
Copy Markdown
Collaborator

Also usually I don't care much about the granularity of commits unless many (I mean, > 4) people are involved in the development, but I'd go for smaller commits if you prefer so

I'd rather have the ability to revert a single commit or PR merge commit to fix something rather than having to understand everything behind the changes. I don't care if everything else is a single commit if it is for a single purpose, regardless of how many files it spans. (e.g. adding a new example app).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants