Andy Bunce

Results 19 comments of Andy Bunce

FYI The BaseX RESTXQ implementation is not currently handling quality factors https://github.com/BaseXdb/basex/issues/563

Why not just use the JAX-RS spec, 3.7.2 Request Matching step 3b? > Determining the best matching media types follows the general rule: n/m > n/\* > _/_, i.e. a...

I find the WADL function useful, but it is not a replacement for `rest:resource-functions` as it does not provide a way to go from the endpoint to the location of...

The specification seems to need a bit more detail to me :-) I am going on this message: http://exist.2174344.n4.nabble.com/restxq-rest-resource-functions-return-value-td4660414.html in particular ``` ``` shows both the REST url and the...

A MultipartConfig annotation ala Servlet 3.0 would be good. http://www.codejava.net/java-ee/servlet/how-to-write-upload-file-servlet-with-servlet-30-api

I was passing by with a `intel-gpu-top: Intel Rocketlake (Gen12) @ /dev/dri/card1` ``` sha256sum agent **61a43b09c70a6ede9cb43b99a1be8954a1f9e41462db30002c3d344b0013a765** agent andy@fins:/tmp$ KEY="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDadaNGlf31zpo0pmVpWW+7EQeSnHGEt/dSHDyZMeQ36" /tmp/agent 2025/09/19 15:29:42 INFO Data directory path=/home/andy/.config/beszel 2025/09/19 15:29:42 INFO...

The `Pygments` lexer supports XQuery 3.0 only, but is better than nothing. I hope to see how the convert tool does. ![Image](https://github.com/user-attachments/assets/4c67a650-ba2e-46da-8ee2-44f695739e2b) (From https://pygments.org/demo/)

Running the conversion tool generates a number of warnings ``` python3 _tools/pygments2chroma_xml.py pygments.lexers.webmisc.XQueryLexer > lexers/embedded/xquery.xml warning: unsupported emitter function warning: unsupported emitter function warning: unsupported emitter function warning: unsupported emitter...

According to Github search there are 588 XQuery files containing [(#](https://github.com/search?q=%28%23+language%3AXQuery+&type=code). From a quick look, the only case where it is an intended Pragma and not followed by whitespace is...