Simon Stier

Results 38 comments of Simon Stier

> **Initial Analysis:** During our discussions, we **identified** that currently there is no good way to extend the `context` to include additional definitions of metadata dynamically. > > The proposal...

@juan-fuentes-sis > The first drawback I see is that JSON-LD on its own does not define validation rules like "mandatory properties" or "data types" in a strict schema sense. Thats...

> Using types that are defined by small interfaces is better I agree. In this case the simpliest solution is to make the `$baseStore` member (at least read-only) public (see...

Just found your project while researching for potential connections between pydantic and panel/params. We use jsonschemas to be more language independent, e. g. to also use javascript bases application like...

Thanks for your response. We built pydantic classes from jsonschema and our code on top of this. If we built panel classes/widgets directly from jsonschema I guess we would have...

@MarcSkovMadsen: You marked > 6. Make Pyodide code blocks work (importShim is not defined, unsupported in polyfill mode) as fixed - is this fix already included in panel 1.5.5 ?

Yes, I also cloned the current master

after digging deeper, `SMWDIError` occurs when monolingual properties get asigned an empty value, e.g. `[[HasLabel::@en]]` and this property is part of the printout requests, e.g. `{{#ask: |?HasLabel }}`. In addition,...