danielpeintner

Results 57 issues of danielpeintner

_coming from https://github.com/eclipse/thingweb.node-wot/pull/857_ remove uriVariables for actions in counter sample

examples

> However, it seems that you didn't update the setLogLevel function on the cli package. We should probably talk about it in an issue. Yeah, I was a bit unsure...

cli

I noticed this comment from @egekorkan : > Option 1 is not bad but we have to make sure that only relative URLs are used since the host part of...

enhancement
binding-http

``` node_modules/@types/sinon/index.d.ts:1447:53 - error TS2694: Namespace '"C:/Projects/WoT/thingweb/thingweb.node-wot-danielpeintner/node_modules/@sinonjs/fake-timers/types/fake-timers-src"' has no exported member 'FakeTimerInstallOpts'. 1447 useFakeTimers: boolean | Partial; ``` To reproduce: * delete package-lock.json * run `npm install` * try to...

The following code ``` WoT.produce({ ... links: [ { href: "https://www.thingweb.io/img/favicon/favicon.png", sizes: "16x14", // rel: "icon", // required to succeed } ], ... } ``` fails with ``` Error: Cannot...

bug
AJV
core

https://github.com/eclipse/thingweb.node-wot/pull/799 was referring to [API.md](https://github.com/eclipse/thingweb.node-wot/blob/master/API.md). I quickly scanned the document since it has been a while since I last checked it. I think there are some aspects we need to...

documentation

While looking at https://github.com/eclipse/thingweb.node-wot/pull/799 I noticed that we do not have a consistent way of linking our _own_ folders in the repo. see for example the [main readme](https://github.com/eclipse/thingweb.node-wot/blob/master/README.md). We use...

documentation

see https://w3c.github.io/wot-discovery/#introduction-well-known following path: `/.well-known/wot-thing-description`

enhancement
core
discovery

> Due to the changed prefix and a new vocabulary term for the methods, this PR should actually constitute a breaking change. Therefore, it might be included in the 0.9.0...

documentation

see https://github.com/eclipse/thingweb.node-wot/pull/483#issuecomment-910182589 revisit and check whether problem can be resolved in a _better_ manner

cli