Ege Korkan
Ege Korkan
Well mostly people write some comment for the function anyways, so if they do it in a "standardized" way, it helps people. For me, they are sort of a must...
> The first post here suggests figure captions are links. But I am not seeing that. Am I missing something? Sorry about this, I wanted to say examples. I will...
I have seen the usage of § in other places so using this consistently would be a good and consistent design choice in my opinion
So my use case is to allow linking to "stuff" in the specs. For example, I want to create an issue saying that this example/figure/table is wrong. When we do...
> @egekorkan do you use AAS? Yes. We also have integration of WoT into AAS via [the Asset Interfaces Submodel](https://industrialdigitaltwin.org/en/wp-content/uploads/sites/2/2024/01/IDTA-02017-1-0_Submodel_Asset-Interfaces-Description.pdf) where we also have [converters](https://github.com/eclipse-thingweb/node-wot/tree/master/packages/td-tools/src/util) for it.
As you said there could be multiple solutions: - Asking the user: We can do prompts with the inquirer package. This way, we can also find the id of the...
> If we never "want" that to be standardized in the Scripting API From some discussions in the TD/Binding TF at WoT WG, I remember others (@mjkoster if I am...
> what is a valid schema? That is a big question, maybe, but anything that validates the JSON Schema meta schema is valid: https://github.com/json-schema-org/json-schema-spec/blob/draft-handrews-json-schema-validation-00/schema.json My bigger question is why we...
This issue got diverted a bit but @VigneshVSV 's problem is not about null. null should not be represented as `"null"`, which is a string. It is the same issue...
Yes the value of type must be a string, I meant the payloads which are delivered. Those have to be `null`. Once #1279 is merged, you can disable validation and...