Ben De Meester

Results 14 issues of Ben De Meester

If I have something such as following TTL: ```turtle :me :hobbies (:first :second :third) :first :label "hobby 1" ... ``` I think I would expect ```graphql query { id hobbies...

enhancement

Right now, react-router-breadcrumbs prevents rendering if no name is provided to a route. I know that error is my fault ;), but maybe it would make sense provide a more...

enhancement

Skip empty tabs (resolved a crash on my end)

When having a nomnoml diagram of more than, e.g. 100 lines, and using CTRL-F to search for a term, this can't be found. This probably due to a editor optimization...

If I have, e.g. ``` UI,User Interface ``` in `acronyms.csv`, and somewhere add ``` ``` this results in very nasty HTML ```

bug

So, I kind of miss the latex macro's but I'm pretty sure it's easy to include them. Stuff like registering custom shortcuts, so that I can write a small regex...

feature

Hi all, this is just a way to present some lessons learned we had when developing [YARRRML](https://rml.io/yarrrml/spec/): a DSL that translates to (R2)RML, a mapping langauge that converts heterogeneous data...

UCR

### Issue type: :bug: Bug ### Description graph function object results in `mapping.graphs.forEach is not a function` ### Steps see ```yaml graph: function: grel:array_join parameters: - [ grel:p_array_a, "bridgestone-qualifications:" ]...

### Issue type: :bug: Bug ### Description I wanna build something like https://rml.io/test-cases/#rmltc0001b-csv , but YARRRML below doesn't contain the termtype ### Steps ```yaml mappings: loc: s: value: $(ID)_$(loc) type:...

### Issue type: :unicorn: Feature ### Description Support nested functions using the YARRRML shortcuts ### Why it is useful Shorter YARRRML ### Existing features it breaks None below works ```yaml...