Stephan Gambke

Results 48 comments of Stephan Gambke

The parameter would have to be made available to [TreeNodePrinter::visit()](https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/c0e2efaa78b07ab6db3c63a6e32e10239b8b9030/formats/tree/TreeNodeVisitor.php#L24) via TreeNodePrinter::$configuration.

Note to the implementer: https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/2398 has documentation on enabling @deferred.

I agree that we have an issue with a bloated Resources.php. But I really don't like the introduction of a new global. What about something like `ResultPrinter::getResources()`?

Yes, we'd need a convention. I'd argue ResultPrinters should give paths in relation to their root folder. This way we could nudge them towards being better contained and staying in...

I'm rather busy at the moment, so unless it is something simple it may take a while.

@gesinn-it , do you have further informationn on this? E.g. what does "fail" mean? When exactly does it fail? How? What are you trying to do? Of course, a demo...

Does this only concern the value filter? If not, could you give an example how other filters would work?

I think you mean the `root` parameter.