Giovanni Campagna

Results 183 issues of Giovanni Campagna

Using the suggested directive: ``` ProxyPassReverse / ``` apache will rewrite the github oauth2 redirect to be a redirect inside the wiki, and eventually hit a redirect loop. The correct...

`SummaryWriter.add_scalars()` will create a new `FileWriter` for each tag that is added. This is both inefficient (too many open file descriptors, non-consecutive disk writes, too many inotify handles from tensorboard,...

wait for response

Applications that legitimately need network access might exploit servers listening on the local network (link-local, loopback, or private IP ranges), which often do not have any authentication, or have insufficient...

All engines in the shared backend use the same cache directory /srv/thingengine/cache, but they each initialize it's own ModuleDownloader which will try to download skills into it. This can cause...

bug
web almond
P1

Adding a new member to a developer organization from the admin UI fails with error "missing or invalid parameter as_developer" because the checkbox is lacking the "value" attribute

bug
administration

``` Apr 06 01:18:28 ip-172-31-30-230.us-west-2.compute.internal main.js[6564]: /opt/thingengine/main.js:19 Apr 06 01:18:28 ip-172-31-30-230.us-west-2.compute.internal main.js[6564]: process.on('unhandledRejection', (up) => { throw up; }); Apr 06 01:18:28 ip-172-31-30-230.us-west-2.compute.internal main.js[6564]: ^ Apr 06 01:18:28 ip-172-31-30-230.us-west-2.compute.internal main.js[6564]:...

bug
P1

To cut down on network latency, allow feeding speech to the conversation API, and requesting speech output instead of text.

enhancement
web almond
P1

See log: ``` U: tell me a joke when i wake up UT: $dialogue @org.thingpedia.dialogue.transaction.execute; UT: attimer(time=[$time.morning]) => @com.icanhazdadjoke.get(); C: $dialogue @org.thingpedia.dialogue.transaction.execute; C: ontimer(date=[$now + 10s]) => @org.thingpedia.media-player(id="com.spotify-gcampax"^^tt:device_id("Spotify Account of...

bug
web almond
P1

If the engine is killed from the admin UI, while it is restarting, accessing the conversation page shows a ERR_SOCKET_CLOSED error. This persists for a few seconds. We should instead...

bug
web almond
P1

- [ ] subdevices - [ ] streaming and push notifications - [ ] documentation for loadng, state and configuration handling - [x] how ThingTalk values are created and manipulated...

dev_experience
documentation
P3