james anderson
james anderson
if i just go ahead and replace the grafter implementation with a naive copy, as in ``` (defn query-results-seq [results] (if (.hasNext results) (let [current-result (try (query-bindings->map (.next results)) (catch...
as noted in my earlier comment, one is often not certain to be using the intended api. as i recall, in this case, the `query` operator failed upon use and...
there are two issues here: - the capacity offered by your api - that the implementation (at least in 0.5.0) failed in use. this ticket is initially about the second...
> I can't test against the DydraRepository you're using (is it opensource?), but it looks like it doesn't implement evaluate in the same way sesame does. yes, now we arrive...
i am working with 2.7.3 the particularly perplexing issue is that, where i reimplemented the internals, it works. that is how i arrived at the point to complain about how...
to give a more complete indication, what we are up to, here is an initial version of the utility library: ``` https://bitbucket.org/dydra/dydra-dataset/ ```
correspondence from #48 is not sufficient. i will open a new ticket to rephrase the combined issues as they appear in the contexts of #48 and #49
when parsed without explicit encoding, are the string literals in the store then correct, or is the text corrupt?
good evening, alex; On 2013-01-10, at 21:19 , Alexandre Rademaker wrote: > I suspect that if we consider that the whole Wibur's external > interface is weak and based on...
i will continue to add logs. perhaps a patter will appear.