Bruno P. Kinoshita
Bruno P. Kinoshita
> Maybe not the ideal way to add co-authors, but this will hopefully work If you would like to credit others, we can add it to the `src/changes/changes.xml`. That's where...
No misunderstanding. Just busy, sorry. Thanks for checking though 👍
>If you test it locally don't forget to drop in the test file as described in my first post. Noted :+1: You did a great job on the comments (in...
- Replaced test code from `TiffOutputField` by a public getter/setter for the bytes data (the getter is a copy, like in other formats) - Updated tests to use `assertArrayEquals` from...
Build errors are on macos (works on macos + java 8, fails for java 11). >Error: Java heap space I will spend some minutes checking if there's any Maven setting...
And tests passed after re-running the failed jobs on GitHub Actions :man_shrugging:
Rebased, added `changes.xml` entry, and squashed commits. The `changes.xml` has the due-to field set to Stefan and to Gary Lucas (as I believe Stefan used Gary's suggestion from JIRA :+1:)....
> I don't know eactly the policy is on the `changes.xml`, but I just noticed that there seems to be no entry for the initial `ExifRewriterRoundtripTest`. > > So to...
ps: successfully ran both notebooks. Will revisit notebook 02 to look at all those great links. Thanks Nico!!!
>Take a look at the [runcrate code](https://github.com/ResearchObject/runcrate/blob/755fb7f0a8ba6fc238a2cb7a3218175644eb78b5/src/runcrate/__init__.py), it generates a very detailed workflow run ro-crate so it has many examples. Will do. Thank you @simleo !