Mark Callow
Mark Callow
I've just realized that the command ``` git subrepo push subrepo/subdir -r -b ``` causes subrepo to update `.gitrepo` so that status now shows `Remote URL: repoD` and `Tracking Branch:...
> Is there an alternative way This works without changing the .gitrepo file: ``` cd .git/tmp/subrepo/ # Puts you in an alternate workarea with the branch made by git subrepo...
I'm trying to do a push to my fork of the upstream subrepo'ed repo, i.e. repoD in the above descriptions. I am getting the error ``` git-subrepo: Can't commit: 'subrepo/lib/basisu'...
The commit ids given in my subrepo log are completely different from those in RepoA and RepoD (which are identical). Here is the top of the RepoA/RepoD log ``` git...
As I noted in #631 the multi-line copyright statement does work. Thanks for responding. Since, in both the examples I gave, the same error was emitted for every one of...
I need to do more investigation. Sorry for dropping the ball.
> Which ci are you using? GitHub Actions. In the case where I modified the CI to print the log of the failing build, I was using an Ubuntu runner.
> I think there's a misunderstanding here: OpenEXR always has (0,0) in the top left corner, so the scanline with the smallest y coordinate is always the topmost scanline. With...
Hmm? https://viewer.openhdr.org shows the same result as the .jpg file. On the other hand TinyEXR flips the scanlines for decreasing Y giving a result that is the same as Preview...
I tested TinyEXR with your testextorder files. The results are different for each file. The black pixel appears at the top for `increasing.exr` and at the bottom for `decreasing.exr`. Is...