Cristiano Aguzzi

Results 124 comments of Cristiano Aguzzi

> I think the problem arises from the latter in interaction-output.ts which is called very often, right? Yes exactly. Re-initialize `ajv` every time implies that it recompiles not only the...

I dug a little bit more into this issue, seems we are not alone: https://github.com/ajv-validator/ajv/issues/1413. In the discussion, it seems that we can avoid re-initializing AJV every time, we could...

Tried to upgrade to ES2021 and as @danielpeintner predicted something broke. It seems that `browserify` can't handle modern js syntax out of the box. Instead of keeping personalizing browserify I...

> Running npm run build in the root folder does not cause any issue. Is it a local issue on my machine (which I doubt) or is there anything that...

should be closed after https://github.com/eclipse-thingweb/node-wot/issues/1301

I'm ok exploring this, but the main reason why we had this "duplicated" code in the first time was to show people how the example would look in two different...

Working with ES2021 does not seem to generate that ugly JS anymore, what do you think?

Given that now the examples are correctly generated we decided to go in another direction: moving generated examples automatically every time we build the examples project.

I'm working on porting the browser-bundle to esbuild which should help also the management of types. I'm currently waiting for the resolution and publication of either of these two issues/pr:...

> @relu91 would you be opposed to such a change in the spec? Yes as I [mentioned](https://github.com/eclipse-thingweb/node-wot/issues/1216#issuecomment-1893357792) the value function is behaving correctly. However, as I said in #1217 supporting...