Martynas Jusevičius

Results 136 issues of Martynas Jusevičius

It should be possible to have 2 datasets in Fuseki (`end-user` and `admin`) instead of having 2 Fuseki instances with a single dataset each.

enhancement

The parallax navigation * should not show properties that would transition to empty results (e.g. resources that were objects in the previous step are not present in the dataset) *...

UI

Hi. I'm attempting to convert your [WKT grammar](https://github.com/cleder/parsewkt/blob/master/parsewkt/Wkt.ebnf) to the W3C notation. I noticed it's missing whitespace. Given this example: ```POINT Z (11.4314 46.8979 948)``` there's space after `POINT` and...

I'm trying to follow the examples in https://github.com/aws/aws-cdk/issues/4463 but with `NetworkLoadBalancedEc2Service` and can't get the target registration to work. Can we please get complex config examples for the `NetworkLoadBalancer`? Something...

feature-request
effort/medium
p1

When I try to navigate to the User Accounts page in conductor, I get this error: ``` An error has occurred when processing "/conductor/accounts_page.vspx" page. SQL State 42000 SQL Message...

This involves wrapping the XHTML output into `` and then [canonicalizing the XML](https://www.w3.org/TR/xml-c14n11/). Doing it on the client-side would allow to get rid of 3 request interceptors: * `RDFPostCleanupInterceptor` *...

enhancement
develop

This would allow constructing quads by using Jena's [extended SPARQL syntax](https://jena.apache.org/documentation/query/construct-quad.html). In the code, it means calling `qex.execConstructDataset()` instead `qex.execConstruct()`.

This is probably one of the most annoying issues I've encountered upgrading Jersey 1.x to 2.x: ``` java.lang.IllegalStateException: The resource configuration is not modifiable in this context. org.glassfish.jersey.server.ResourceConfig$ImmutableState.register(ResourceConfig.java:248) org.glassfish.jersey.server.ResourceConfig$ImmutableState.register(ResourceConfig.java:195) org.glassfish.jersey.server.ResourceConfig.register(ResourceConfig.java:428)...

* `Dockerfile` builds JAR internally (currently fails for me) * single `docker-compose.yml` file can be used for building and running (`docker-compose up --build`) * `docker-compose.mongo.yml` can be used as `docker-compose.override.yml`...

Hi. Can anyone explain whether this is a bug or am I doing smth wrong? ``` java.lang.NullPointerException at fr.unice.i3s.morph.xr2rml.mongo.engine.MorphMongoUnfolder.unfoldTriplesMap(MorphMongoUnfolder.scala:52) at fr.unice.i3s.morph.xr2rml.mongo.engine.MorphMongoDataTranslator.generateRDFTriples(MorphMongoDataTranslator.scala:61) at es.upm.fi.dia.oeg.morph.base.engine.MorphBaseDataTranslator.$anonfun$translateData_Materialization$1(MorphBaseDataTranslator.scala:55) at es.upm.fi.dia.oeg.morph.base.engine.MorphBaseDataTranslator.$anonfun$translateData_Materialization$1$adapted(MorphBaseDataTranslator.scala:49) at scala.collection.immutable.Set$Set1.foreach(Set.scala:124) at es.upm.fi.dia.oeg.morph.base.engine.MorphBaseDataTranslator.translateData_Materialization(MorphBaseDataTranslator.scala:49) at...