Ruben Taelman

Results 981 comments of Ruben Taelman

I assume this would be useful for example when running ts-jest? Should be very feasible to implement using a new creation strategy: https://github.com/LinkedSoftwareDependencies/Components.js/tree/refactor/rdfjs/lib/construction/strategy

Not sure if I fully understand this issue. Would the usage of `value` not be applicable here, as in #23?

Ah, I understand now. Not at all related to #23 then :-)

Actually, something like this _may_ already work (untested): ```json { "@id": "ex:myComponentInstance", "ex:param": { "@id": "ex:myVariable" } } ``` ```json { "@id": "ex:myVariable", "value": "123" } ```

> On that note… can we overwrite any component? You can only overwrite default values in parameters. If you actually instantiate a param's value, you can only append values, not...

Something is probably going wrong due to the nested RDFa tags inside the prov:value tag.

Yep, I also think the spec allows this. Probably a bug somewhere here: https://github.com/rubensworks/rdfa-streaming-parser.js/blob/master/lib/RdfaParser.ts#L579-L593

Could you check with v3.0.1? This may have been fixed as well thanks to https://github.com/rubensworks/rdfa-streaming-parser.js/commit/864a748dbc95d92991fed692aa2f7286e979740a

I'm a bit hesitant to do this. The problem of such monolithic builds is that they can become really big. Currently, the package is 93.1 kB in size, while adding...

Indeed, placing this in a different repo, and exposing via something like GH Pages definitely makes sense. I don't have the bandwidth to take this up myself, but perhaps someone...