Slava Krauchanka
Slava Krauchanka
When adding a named graph on the SPARQL Endpoint (used for saving documents), users are allowed to provide invalid graph URIs. When saving documents to that location, the invalid URI...
When using a SPARQL endpoint for document location, RDF Editor pops up an authentication dialog in case of HTTP 400 error response from the endpoint. For example, RDF4J server responds...
Some SPARQL servers use different endpoints for reading and updating data. For example, I'm using RDF4J server that expects SPARQL SELECT queries at `http://localhost:8080/rdf4j-server/repositories/test` and SPARQL Update requests at `http://localhost:8080/rdf4j-server/repositories/test/update`...
When guildhall is installed in a different dir than guile/guild, all "extra" commands like "update" and so on are not available. I suggest adding this info to `README` and/or `docs/installation.texi`:...
"make check" fails as demonstrated below: ``` $ make check make check-TESTS make[1]: Entering directory '/vagrant/Projects/guildhall' make[2]: Entering directory '/vagrant/Projects/guildhall' Backtrace: In ice-9/boot-9.scm: 157: 10 [catch #t # ...] In...
It seems that the language detection does not work for the fields of nested objects. Here's a sample mapping: ``` { mappings: { document: { properties: { title: { type:...
**Version**: `3.12.0` **Module**: `quill-cassandra` **Database**: `cassandra` ### Expected behavior UDTs should work (with auto-derivation). ### Actual behavior Compilation fails with: ```scala Can't find an implicit `InsertMeta` for type `Person` query[Person].insert(lift(p))...
Could you export `rqMethodMap`, similar to `Network.HTTP.Headers.headerMap`? This would make it possible to reuse the mapping table when serializing/instantiating instances of `RequestMethod` (and `Request`, in particular).
Hi again! I'm trying this simple sequence: ``` (def db-path (.getPath (clojure.java.io/resource "rocksdb"))) (def db (clj-rocksdb/create-db db-path {:key-encoder taoensso.nippy/freeze :key-decoder taoensso.nippy/thaw :val-encoder taoensso.nippy/freeze :val-decoder taoensso.nippy/thaw})) ... (clj-rocksdb/destroy-db db-path) ``` but...
Hi! I successfully compiled the project for RISCV64 by adding a makefile.inc for the new target and making minor adjustments elsewhere (https://github.com/cordawyn/tflite-micro/tree/riscv64-generic). I also documented the whole process for convenience....