Adam Retter

Results 371 comments of Adam Retter

> This could improve performance when uploading a large number of smaller files by reducing IO traffic. My concern is that this change has a negative impact also which needs...

This is superseded by https://github.com/eXist-db/exist/pull/4575 and can likely be closed.

@brobertson I am afraid that the `TODO(AR)` means me! Can you help me to reproduce the issue you are seeing between 5.2.0 and 5.3.0? I would like to understand if...

It looks to me that the parser is incorrectly configured around whitespace for parsing the content of annotations.

XQSuite docs (https://exist-db.org/exist/apps/doc/xqsuite) say: > The assertion argument is then parsed into XML and the two node trees are compared using the deep-equals function. However, looking at the XQSuite code,...

I could imagine this fix breaking a lot of stuff that's out there ;-) So maybe a 6.0.0

> Great work! Being non-native, I find the term "lazily" quite hard to remember, I think I see "lazy" more often, is shorter and IMO more clear whilst still correct?...

> Standardizing on just "lazy" and "eager" @joewiz We have now switched this to `lazy` and `eager`

> This change is a clear hint that this constitutes a breaking change. @line-o Sure, the target for this is eXist-db 7.0.0.

@eriksiegel This seems to be another bug in FOP around URI resolution. I have just sent them a patch to fix this: https://issues.apache.org/jira/browse/FOP-2758 In the meantime you have two options:...