Iddan Aaronsohn

Results 243 comments of Iddan Aaronsohn

Hey, I'll try to get around this. In the midtime, if someone is able to create a Pull Request I would be happy to review it. Thanks.

This is fixed with LinkedQL. Should document for legacy use

Is this: https://github.com/hidal-go/hidalgo?

@dennwc what is the status of this?

@dennwc should this be moved somewhere else?

We can also make a breaking change to `/v2/read`, it's a relatively new API I'm guessing not a lot of people are using by far.

Hey, I need to get literals language literals in my Gizmo queries but I can't. I tried to look into the code of Gizmo but I was not able to...

Found it! My fix is here: https://github.com/cayleygraph/cayley/pull/819

Currently, as a Gizmo user, I assume values to always be a regular string or an n3 valid value because this is the current behaviour with strings and URIs. I...

The JSON-LD value would be: ```json { "@language": "en", "@value": "Bob" } ``` I need a way to get the language for string results, so what do you suggest to...