Maksim Kolchin
Maksim Kolchin
If we will look at the `NettyWampClientConnectorProvider.createScheduler` and will go deeper in the implementation, we will find that it uses `SingleThreadEventExecutor`. `SingleThreadEventExecutor` uses `new LinkedBlockingQueue();` as a queue for the...
Does the library support connection through a proxy server? I want to run the library behind a proxy server to connect to a WAMP router, but it hangs on the...
It'd be easier to integrate ontodocs with Docker if it'd not try to delete the output directory attached as a volume. Ontodocs should delete only the contents of the output...
I've found that `Graph.addN()` method with `SPARQLUpdateStore` doesn't work as expected. A quad is a set of subject, predicate, object and context and, according to the spec [[1]](www.w3.org/TR/sparql11-query), context should...
Есть какие-нибудь мысли/планы по автоматизации обновления шаблона в ShareLaTeX по коммиту в master или по созданию тега/релиза?Сейчас, как я вижу, шаблон в ShareLaTeX outdated. Возможно [Travis-CI](https://travis-ci.org/) помог бы. П.С. Мог...
Подскажите, пожалуйста, как можно настроить отступы перед названиями разделов и подразделов, что результат был похож на этот пример:  А сейчас отступы перед названиями разделов...
### Description I have some triples in the ontology which aren't mentioned in the mappings. A query which mentions them fails with the following exception: ``` ontop_1 | java.lang.RuntimeException: it.unibz.inf.ontop.exception.OntopResultConversionException:...
I have a large (billions of triples) and a small (millions of triples) datasets in two separate triplestores. They have similar data (about organizations, etc.), but use different schemas, so...