Daniel Beeke

Results 15 issues of Daniel Beeke

See https://github.com/LDflex/LDflex/issues/262

See https://github.com/comunica/comunica/issues/985

Start of adding support for languages. I closed the previous try: https://github.com/LDflex/LDflex/pull/69. This PR adds support for: ``` await tomato.label['@nl'] // Tomaat ``` ``` const context = { '@language': 'de'...

What if we would have tooling that makes it very easy to have decentralized data render in the frontend. The following example has a lot LDflex and RDF specific syntax:...

How to add a CORS proxy to LDflex? I would like to use a CORS proxy on ComunicaEngine.

#### Issue type: - :bug: Bug ____ #### Description: I am trying to create a tree of widgets for a form system. The tree of widgets starts with a LDflex...

bug 🐛

Hello, Somehow it stopped working, it may be that I changed something, it is the first time using nodegui for me. How can I debug this better? ``` cleaning build...

Is it possible to add the community likes to the API I like to add that feature to the drupal module.

I am on linux. What is needed to use it on linux? Is it some library that is needed to do this converting? And then code to implement?

This pull request supersedes #250. Filtering on language in this pull request works as follows: ```JavaScript const tomato = factory.create({ subject: namedNode('http://example.org/tomato') }); const nl = new Filter('lang', 'nl'); const...