danielpeintner

Results 57 issues of danielpeintner

> One thing that I am not sure if it is needed anymore: Do we need to add ajv as a dependency and isn't it the case that the inputs...

examples

I use the plugin for creating JAXB classes for an Austrian standard (ÖNORM) which worked fine so far. After upgrading the Java runtime from Java17 to Java21 I see a...

https://github.com/EXIficient/exificient/issues/20 showed that on decoder side memory consumption is higher than on encoder side. Look into that issue more closely and check whether this situation can be improved.

Latest typescript seems to introduce code in the header that causes issues: ``` var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__...

I wonder whether we need still need Bower. As started the discussion in issue https://github.com/EXIficient/exificient.js/issues/4 we could stick to NPM and https://unpkg.com/ for CDN

question

Question: I am wondering whether there is any nice way to show the calendar entry on an external web-page. e.g., the WoT working group currently maintains its *own* calendar, see...

My assumption is that prefixed JSON-LD examples like the following should be valid. ``` { "@context": { "wot":"http://w3c.github.io/wot/w3c-wot-td-context.jsonld#", "td": "http://www.w3c.org/wot/td#", "xsd": "http://www.w3.org/2001/XMLSchema#", "sch": "http://schema.org" }, "@type": "td:Thing", "wot:name":"echonet", "wot:interactions": [...

Recently JasperReports bumped its version to 7 introducing major refactoring (rearranged packages etc) see also https://github.com/TIBCOSoftware/jasperreports At the moment DynamicJasper is not compatible with the latest major version. Do you...

The `iframe `approach seems to cause some issues (e.g., https://github.com/niccokunzmann/open-web-calendar/issues/443) and as mentioned in https://github.com/w3c/wot-marketing/issues/497#issuecomment-2250405329 it might make sense to integrate it with a `div`. We're using Polar.sh so you...

According to https://open-web-calendar.hosted.quelltext.eu/ there is no option to configure the popup behavior e.g., * show popup at all (yes/no) * show popup on mouse over (yes/no) * show popup on...