Giovanni Campagna

Results 129 comments of Giovanni Campagna

Anyway this is not going to be a simple change so I'm not putting this on the radar for 2.0 beta.

"get cat news" parses to cat api (wrong)

Yeah, so the issue here is that SmartNews is built quite differently from Spotify, because SmartNews is a query (get the news), not an action (play music). The SmartNews skill...

Related: https://github.com/stanford-oval/thingpedia-common-devices/issues/239 The Twitter skill has a well-designed manifest and probably decent natural language accuracy, but the implementation is missing.

I'm sorry, but this is not correct. use_regex false does not apply in this context: you do need to apply the regular expression. Applying the regex externally also doesn't apply:...

Hi are you going to merge this? It would be very nice to get rid of the old version of urllib

Hi thanks for creating this reproducer, did you run it? Do you see the issue?

Your script is buggy, but this one works: ``` // javascript const { HttpInstrumentation } = require("@opentelemetry/instrumentation-http"); const { NodeSDK } = require("@opentelemetry/sdk-node"); const { ConsoleSpanExporter } = require("@opentelemetry/sdk-trace-node"); //...

Hi @skylord123 I am personally not involved with the project since I graduated from Stanford, but I believe other folks at OVAL are still working on it.