Clément Sipieter [6π]

Results 70 comments of Clément Sipieter [6π]

Close for lack of information.

Hi, @3BD-R Thanks you very much for your grateful thanks :) and thanks for your feedback on issues. I will check to implement the @nick-1666 fix as soon as possible....

Hi, thanks for this report :) I wrote a quick fix for 6.3 [here](https://github.com/sipi/dwm-status2d/blob/develop/fix-issue-9/dwm-status2d-6.3.diff), you can have a look to [the last commit](https://github.com/sipi/dwm-status2d/commit/f706b874beeb9af9c604abb7a005b5cc0fe7d9ba) and apply it to other versions if...

Sorry but I can't handle all patch mix :) Close because it's been a while and more related to patch management.

Thanks a lot, Sorry for my lack of follow-up.

Thanks for this contribution we will try that.

Hi @bymihaj, DefaultInMemoryGraphStore is not deprecated the annotation is `@SuppressWarnings("deprecation")`. By the way, this annotation should be more specific, not at the top level of the class. Yes, we should...

Using SQLite can also be an option, or a RDF4JStore with a SailRepository if your data are Triples.

It's because in ``` p(X). q(X). ``` the two X must be different. see http://graphik-team.github.io/graal/doc/dlgp

It just asserts that there exists X such as p(X). But, in practice with Graal we usually put all facts in a same AtomSet so we can't assert that there...