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

Update asset.ts - fix file path translation from Windows > Linux #9253

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Donovoi
Copy link

@Donovoi Donovoi commented May 4, 2024

Some of my folders in Windows had special characters like "@" which were not being handled correctly and stopped everything else from being processed. This uses the library "upath" to fix the issue. I'm not a typescript developer so please let me know if I'm doing something incorrect.

Thank you

@JW-CH
Copy link
Contributor

JW-CH commented May 6, 2024

Can you update your PR? The build fails and you have some strange changes in the imports etc (changed " to ') etc. Please fix the build errors :)

Donovoi and others added 2 commits May 6, 2024 18:12
…h-app#9265)

This commit fixes the issues related to reassigning faces in the server and web components. It includes a fix for reassiging faces and a rename operation.
@Donovoi
Copy link
Author

Donovoi commented May 8, 2024

HI I believe I sorted the issues, but how do I test if the build is ok? I've tried to follow
https://immich.app/docs/developer/pr-checklist
I also ran make e2e and it seems to run

@alextran1502
Copy link
Contributor

@Donovoi As a first time contributor, we will have to manually trigger the check run

@alextran1502 alextran1502 added documentation Improvements or additions to documentation 🗄️server cli Tasks related to the Immich CLI and removed documentation Improvements or additions to documentation 🗄️server labels May 8, 2024
@Donovoi
Copy link
Author

Donovoi commented May 8, 2024

Sweet thank you! Let me know when you do and I'll fix up any issues 😁

@zackpollard
Copy link
Contributor

You seem to have an extra dependency "install" that is not required, also the builds and tests are failing. Can you fix these two problems please?

Donovoi and others added 3 commits May 11, 2024 11:56
Update npm dependencies to the latest stable versions, including "install" and "upath".

Co-authored-by: Tushar Harsora <tushar.harsora.harsora@oracle.com>
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
@Donovoi
Copy link
Author

Donovoi commented May 12, 2024

hopefully that's all done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Tasks related to the Immich CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants