Vilnis Termanis
Vilnis Termanis
Jira issue: https://issues.apache.org/jira/browse/JENA-2339 **Pull request Description**: Extend `jena-fuseki-access` to support dynamic graph visibility choice at query time. The details of the what/why/how I've put in a [separate document](https://github.com/vtermanis/jena/blob/dynamic-graph-restriction-extension/MOVE_ME_DynamicACL_notes.md) (simply due...
### What Process request/service context in `AccessControlledDataset` the same way as is done in (parent) query processor, i.e. honour the server => dataset => endpoint context value priority order. ###...
The [Spatial Index](https://jena.apache.org/documentation/geosparql/#spatial-index) is [generated on server startup](https://github.com/vtermanis/jena/blob/be6a377751ce585785700b2c6c3d6a9eb8e33aa3/jena-geosparql/src/main/java/org/apache/jena/geosparql/assembler/GeoAssembler.java#L183-L199) and, as per design, thereafter cannot be updated (until the next Fuseki restart). Currently there are two options for the Spatial Index...
- Suggestion for https://github.com/redis/go-redis/issues/2867 - Only applicable to non-cluster client - **Question**: Should it apply to all client types?
(Let me know if improvement/feature suggestions are better placed to be in discussions - I wasn't sure. **Note**: There is also a proposed implementation linked within.) Discussed version: `v9.4.0` Dear...
**Describe the bug** Adding a `HAVING` clause to a `SELECT .. GROUP BY` produces no results. **To Reproduce** Steps to reproduce the behavior: 1. Which version of Oxigraph are you...
- To address https://github.com/Iotic-Labs/py-ubjson/issues/18