Juri Leino

Results 390 comments of Juri Leino

@joewiz I hope this makes it a little clearer what the goal of #80 is in contrast.

This feature is available since the release of xst v2.0.0 ``` xst package install from-registry monex ```

There is a workaround for OSX (instead of binding jetty to `127.0.0.1`, bind it to `::1` instead.

xst does not have a package repository but tells the exist-db instance it is connected to which repository to use for dependency resolution.

@joewiz yes, both issues are related insofar that they allow to specify a repository other than the public one on exist-db.org. This feature here would be interesting if the instance...

@adamretter Please note that the test was adapted to address your review in #5273 and also note that the test was written based on src/test/java/org/exist/xquery/update/AbstractTestUpdate.java Any improvements in this _family...

@adamretter What do you mean with this statement? > Your code fixed one thing you were interested in but also breaks another thing that you are not interested in. What...

Maybe let's look at this the other way around. What is the use of the call to `DocumentImpl#copyOf` here? @adamretter

@adamretter I am wondering how to put two recent quotes from you together: last week in this PR: > Your code fixed one thing you were interested in but also...