Peter Winckles
Peter Winckles
@durch Cool, I'll put a PR together sometime this week using a feature flag. There is a slight catch that you may be less excited about. `yaserde` does not presently...
@durch Sorry, I'm going to back out of doing this now. I was able to get the performance issues with Rusoto resolved, so I'm just going to use it because...
Okay, then to save you a little time because yaserde's documentation is lacking, here's what my `ListBucketResult` looks like: ```rust /// The parsed result of a s3 bucket listing #[derive(Deserialize,...
@durch Unfortunately, I am not able to verify the behavior at this time. I am no longer working for the organization that was using the non-AWS S3 implementation that was...
> Hi Guys I make it work like this [enumOrdinalConverter](https://gist.github.com/Ikki-Dai/97c18aa8b535173b982aaa24c44e1dff) > > but while use enum type as query condition, it does't work, it use JdbcValue as input string and...
Yes, I was running against H2 as well. As far as I can tell, your solution works.
I implemented this here: https://github.com/UW-Madison-Library/jhove/compare/435f23381ff78357de3fbbc424952e1b7a3c31af..48d083b2394fc8b9426d9567744eff519284b830
I see that the Travis-CI build is failing. As far as I can tell, the job it's running is comparing the XML output of previous JHOVE versions against the output...
Observation, if you're going to use an automated code formatter, it would make sense to run it on the entire project to create a baseline. This would allow for cleaner...
I've spent a fair bit of time looking at this function the past couple of days. Here is the modified implementation that I arrived at: https://github.com/UW-Madison-Library/jhove/blob/48d083b2394fc8b9426d9567744eff519284b830/jhove-modules/xml-hul/src/main/java/edu/harvard/hul/ois/jhove/module/xml/XmlModuleHandler.java#L332 Things to note: 1....