Joe Wicentowski

Results 58 issues of Joe Wicentowski

**Describe the bug** In eXist develop HEAD (5.3.0-SNAPSHOT), a new NPE is raised when running a query. The same query did not raise an NPE in the current stable release,...

bug

I have an oXygen project that houses about 20 git repositories. I'd like to add them all to Git Staging's list of working copies. Currently the only way to add...

enhancement

Git GUI clients like GitHub Desktop and Tower provide two fields for commit messages - a one-line Summary field (which invites brief, ~50 character summaries) and a multiline Description field...

enhancement

Another suggestion borrowed from Git GUI clients such as GitHub Desktop and Tower: **Current behavior** To view a diff, the user must double-click on a changed file in the Working...

enhancement

Great work so far! I've already made my [first commit](https://github.com/HistoryAtState/pocom/commit/8c89f1e1415cd84b54e808d8ae88ff425714de4f) with the plugin, and it worked very smoothly. Coming from other GUI git clients, such as GitHub Desktop, there are...

enhancement

After installing this in eXist 3.0 (via package manager), adding the required `` element to conf.xml as directed in the README.md file, and restarting eXist, I get the following error...

Hi @ljo! I spotted a minor issue in the website field that appears on the public-repo: http://demo.exist-db.org/exist/apps/public-repo/packages/exist-sparql.html?eXist-db-min-version=3.0.3. This appears to come from repo.xml, but I don't see the typo here...

- Correct errors (remove semi-colons, add ns decl) (I tested the code in eXide and confirmed it works) - Add the expected output Please squash and merge, as the GitHub...

As per https://github.com/eXist-db/exist/issues/555 and discussed during today's Community Call, XQueryServlet is deprecated and may be removed as soon as eXist 6. XQueryServlet is used in eXide's execution of XQuery submitted...

enhancement

**Describe the bug** eXide raises an error whenever the [lookup operator is used on maps and arrays](https://www.w3.org/TR/xquery-31/#id-lookup), e.g., `map { "bar": "baz" }?bar` and `["a", "b", "c"]?2`. These queries can...

bug
xqlint