Alessandro Bollini
Alessandro Bollini
As of Virtuoso/7.2.1, SPARQL ASK queries are answered with a `text/html` content type header. ``` curl -v --data-urlencode 'query=ask {}' http://dbpedia.org/sparql > * upload completely sent off: 18 out of...
(Migrated from https://openrdf.atlassian.net/browse/SES-2110) It would be useful to include some basic execution timing stats (e.g. elapsed server-side wall-clock time) in the query results page of the workbench.
**Bug Description** CLAUDE.md feels out of place in the project root alongside files like README.md: imoving it to the .claude folder (eg .claude/guidelines.md) would make it much less obtrusive. **Environment...
Extend the IntelliJ IDEA plugin to support contextual chats as Gemini Code Assist. Basic workflow would be like: 1. Focus an editor window and possibly select text in the editor...
``` select ?s (count(?o) as ?count) where { ?s ?p ?o } group by ?s having (?count > 3) ``` Fails unexpectedly with ``` Virtuoso 37000 Error SP031: SPARQL compiler:...
### Expected Behavior I'd expect to be able to enable this plugin without dependencies on Gemini Code Assist, which requires a separate paid subscription. - IDE type (e.g. IntelliJ, Pycharm):...
## Current Behavior When `sort: ["source-order"]` is configured in `typedoc.json`, it only affects the ordering of items **within** groups, not the groups themselves. Groups are always ordered alphabetically. **Example configuration:**...
### Search Terms group heading id, group anchor, categorizeByGroup linking, group permalink, @group tag linking ### Expected Behavior When using `@group` tags in JSDoc comments with `categorizeByGroup: true` in TypeDoc...