Cyrille SAVELIEF

Results 8 comments of Cyrille SAVELIEF

Hi, Would-you consider merging the pull-request or should I close it? Best, C.

First, thank you for your answer. You are right, the type is `Vanilo\Foundation\Models\Product`. I ran more tests and the `Order` and `OrderItem` types are correct though : ``` public function...

Of course! Here it is : ``` +-----+-------------------------------+--------+---------+-------------------+-------------------+ | # | Name | Kind | Version | Id | Namespace | +-----+-------------------------------+--------+---------+-------------------+-------------------+ | 1. | AppShell | Box | 3.9.0...

Hi! It took me some time, but I found what I believe is a nice way to do this without having to modify the library. Basically, the idea is to...

It might. For now, I cannot make it run on my example above without throwing a `fr.lirmm.graphik.graal.io.dlp.DlgpParseException: No statement found.` I tried to replace `not garantie_non_souscrite(X)` by `not_garantie_non_souscrite(X)` without success....

I tried [Potassco](https://github.com/potassco) and it is working fine on the previous example. Thank you! Unfortunately, we will not be able to use it because our factbase is constantly changing and...

To be honest, we are not that much interested in using another triple store as our factbase. Accumulo allows us to manage sensitive facts in such a way that the...

I watched [this](https://www.youtube.com/watch?v=vHJ9IC9h6fw) [lecture](https://www.youtube.com/watch?v=A30ESmVmRAg) and from what I understand there is no negation in Graal in order to lower queries complexity. Am-I correct? Furthermore, I seem to understand that there...