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

Sys - Upgrade gallery_saver #238

Closed
LuchoTurtle opened this issue Sep 13, 2023 · 1 comment
Closed

Sys - Upgrade gallery_saver #238

LuchoTurtle opened this issue Sep 13, 2023 · 1 comment
Labels
closed Either incomplete specs, irrelevant, or not going to do

Comments

@LuchoTurtle
Copy link

Unfortunately, when installing visual-editor, it might run into versioning issues because it's dependent on gallery_saver, which in turn depends on an outdated version of http 0.13.0. This creates issues where we can't upgrade google_fonts because of this. Additionally, if I try to install this package, I get the following error:

Because gallery_saver 2.3.2 depends on http ^0.13.3 and no versions of gallery_saver match >2.3.2 <3.0.0, gallery_saver ^2.3.2 requires http ^0.13.3.
So, because my_app depends on both gallery_saver ^2.3.2 and http ^1.0.0, version solving failed.
exit code 1

Because gallery_saver is not maintained anymore, it makes sense to replace it with gal, which is maintained and serves the same purpose.

After (hopefully) merging #237 , this will be the only last "outdated" dependency, which will make it possible to install visual-studio without a hinch (fingers crossed! 🤞).

I'll open a PR on this.

@adrian-moisa
Copy link
Collaborator

adrian-moisa commented Sep 13, 2023

I'll have a look at these libs tomorrow evening. I've had some major overflow at the day job. Won't keep you hanging too much. I'd do it today but my brain is zapped. Maybe you'll have some time for a quick audio meeting.

@adrian-moisa adrian-moisa added closed Either incomplete specs, irrelevant, or not going to do and removed 0.1 labels Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed Either incomplete specs, irrelevant, or not going to do
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants