Adam Retter

Results 371 comments of Adam Retter

@duncdrum worth mentioning that the CI won't start eXist-db in the way that users will on Mac or Windows.

Okay, so if I understand correctly. This should respect the `conf.xml` serializer settings. I also think @line-o mentioned that he can do that relatively easily. I also respect that doing...

Sorry Duncan but we don't officially support M1 in eXist-db yet. This specific component uses the AppBundler project for macOS and as such has native code that would have to...

@duncdrum Okay understood. The problem has the same cause though, i.e. the AppBundler, and whether it support Rosetta on M1 correctly or not. You should start by investigating if such...

@joewiz Indeed, I have been building and publishing versions from their source. However we would need support in AppBundler for Rosetta (which is the issue that Duncan initially asked for),...

So the bug is that we are using Java's `java.net.URLDecoder` is used for the entire URL. However that is not safe and is really only suited to the query string...

@joewiz If you would like to contribute some XQuery tests for `xmldb:decode` and `xmldb:decode-uri` then I can fix the implementation.

See also https://github.com/eXist-db/exist/issues/3795

@joewiz Hmmm... would I not expect to get the result: ```xml ```

See the semantics numbered list under the examples in the spec here - https://www.w3.org/TR/xquery-update-10/#id-insert Especially item 3, which talks about an `$alist`: > 3. If $alist is not empty and...