Lars Schneider

Results 64 comments of Lars Schneider

👋 I've noticed that HEIC files that are converted to JPEG do not adhere to the maximum jpeg size setting: https://github.com/photoprism/photoprism/blob/develop/internal/photoprism/convert_jpeg.go#L168 Initially, I patched the `heif-convert` wrapper script with a...

> Because of the loss in quality, we will not open the created JPEG, reduce it and then re-encode it with JPEG. Feel free to add this to our known...

I will do that. Thank you for your explanations and the clear communication 🙇

Good question! I see how this would make sense if you have two GH Enterprise instances. However, I use hubsync only to sync between github.com and GH Enterprise. In this...

👋 @dav-otero ! @bk2204 and I discussed the idea and, unfortunately, came to the conclusion that there is currently no way to prevent the push of deleted files that have...

@sudofox one million files should work too. However, depending on the file/directory structure, Git repositories with >100k files can become slow (especially `git status` calls). Git LFS files add an...

@Zeblote Does your Unreal Engine project contain *a lot* of files and directories? If yes, then you might want to try setting the git config `lfs.setlockablereadonly=false`. That might not be...

@Roda83 Hmm. We still cannot reproduce your results. We used the following workflow: ``` - name: Checkout with Git LFS uses: actions/checkout@v2 env: GIT_TRACE: 1 GIT_CURL_VERBOSE: 1 with: token: ${{...

@Roda83 I have a suspicion what is going on: On your machine subdomain isolation is *not* enabled. Therefore, the Git `Authorization` header is automatically applied since it is the very...

Thanks @dassencio ! @Roda83 I 💯 agree with @dassencio . One more note: you likely need a new TLS certificate if you enable subdomain isolation. I proposed a change in...