Marco Brandizi
Marco Brandizi
Duke 1.2 is available on Maven Central. That's great, however, if I try to use Lucene, Maven tells me "Failure to find no.priv.garshol.duke:duke-lucene:jar:1.2". Indeed, [I don't see it on Maven...
the Cleaner interface currently receives the value of the field to which it was associated and is supposed to clean that value. I have a use case where I normalise...
I have a problem in using '' with the sparql data source: ``` ... ``` [This isn't valid in XML](http://stackoverflow.com/questions/1289524/is-it-possible-to-have-html-text-or-cdata-inside-an-xml-attribute) and in fact it yields an error. HTML-Escaping fixes it...
This is very relevant for the parameter 'separator' of the input data source CSV: '\t' is taken literally and an error like "the string \t is not a char" happens....
Hi all, I'm working on the migration to Java 11 of a [project][10] that uses Jung heavily. I've stumbled to some code that extends `AbstractPopupGraphMousePlugin` and depends on `AbstractGraphMousePlugin`. the...
I'm trying to refactor [an application][5] that uses a lot of `Map` data stores in memory, ie, keeps indices of multiple values per key. I'd like to move all those...
Just to let you know, I had to migrate the org.owasp plugin in the main POM, cause it was generating HTTP/404 errors, showing the old version is not aligned the...
Hi all, I came to using LODEStar again after some years, and I've had problems with this Spring block in `ebi-lode-service.xml`: ```xml ``` To me the value above is wrong,...
It would be nice to add namespaces to show URIs in single-URI pages (eg, https://www.ebi.ac.uk/rdf/services/atlas/describe?uri=http%3A%2F%2Frdf.ebi.ac.uk%2Fterms%2Fatlas%2FisAbout), the same way it is done in the table reporting SPARQL solutions (or in Pubby:...
- Neo4j version: 5.15.0 and 5.16.0 - Operating system: macOS and Linux ### Steps to reproduce Try this command: ```bash "$NEO4J_HOME/bin/neo4j-admin" database dump --to-stdout neo4j >/tmp/test.dump ``` then, try to...