Skip to content
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

Fix proxy list #24

Merged
merged 6 commits into from
Jan 9, 2025
Merged

Fix proxy list #24

merged 6 commits into from
Jan 9, 2025

Conversation

Jo-Byr
Copy link
Contributor

@Jo-Byr Jo-Byr commented Dec 20, 2024

Fix recent bugs introduced in PR#22 (proxy-list support):

  • Fix last element of proxy list being invalid in some cases
  • Fix parsing error due to raw integration of all attributes in Vuetify resolver

@Jo-Byr Jo-Byr requested review from jourdain and bourdaisj December 20, 2024 14:27
@jourdain
Copy link
Collaborator

Can you try to fix #23 too?

@Jo-Byr Jo-Byr marked this pull request as draft January 6, 2025 12:39
}
this.dynamicSize = this.model.length;
Copy link
Member

Choose a reason for hiding this comment

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

now that you know what dynamicSize is, you might want to "document" it somewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is simply a reactive Vue property. It is defined differently in Vue2 and Vue3 but in both cases the point is that updating it updates the component.
It is defined for multiple files, should it be ducomented in all of these places ?

Copy link
Member

Choose a reason for hiding this comment

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

should it be ducomented in all of these places ?

not necessarily. Wherever it makes most sense, but it can simply be in the file you modified in your commit.

@bourdaisj
Copy link
Contributor

LGTM for the 3 latest commits

@jourdain
Copy link
Collaborator

jourdain commented Jan 9, 2025

Draft status should be removed once ready

@Jo-Byr Jo-Byr marked this pull request as ready for review January 9, 2025 15:15
@jourdain jourdain merged commit 2ae1cdb into Kitware:master Jan 9, 2025
6 checks passed
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.

4 participants