Peter Winckles
Peter Winckles
@mrjameshamilton A reproducible sample is any record. Even when ProGuard is configured to keep everything it rewrites it like: ```java public final class Example extends Record { private final String...
For what it's worth, it looks like you can work around the issue by annotating the fields with `@JsonProperty(value = "fieldName")`
Thanks for the response! Small correction to a typo in your original answer in case anyone reads this in the future, it's `fs.sandbox` rather than `fs.snapshot`. Setting it does indeed...
Couldn't you model it something like this, combing a few of the test cases in this project as an example: ```toml bin.name = "bin-fixture" [basic] [sandbox] fs.sandbox = true [sandbox.env.add]...
Personally, I would like something like this. Here's my current use case. I have a cli that does a transformation on a set of input files. Ideally, I'd like to...
After your response in the other issue, I dug through what the toml files can do, and see that I can reuse an input directory with them by setting `fs.base`....
> The main question for doing this is syntax. The more involved syntax we have, the more likely we are to collide with application output. What about something like: ```...
I was thinking specifically of reloading the processes, assuming the process was not currently running. This would allow to add, remove, update process definitions in the config and have them...
@ross-spencer thanks! I opened https://github.com/digital-preservation/PRONOM_Research/issues/46
This is true for all container formats. Only SubmissionGateway handles them correctly, which is a huge hassle to setup. See the implementation in FITS: https://github.com/harvard-lts/fits/pull/388/files#diff-13712da0407562c3b98920904b87e1de45ca9265edb511c0852d8a078da474c4