genie-cloud icon indicating copy to clipboard operation
genie-cloud copied to clipboard

Genie As A Service and Thingpedia

Results 97 genie-cloud issues
Sort by recently updated
recently updated
newest added

Enums currently do not have any translation ability - their canonical form is simply generated using `clean`. This is good enough for English (provided the enum values are meaningful) but...

i18n
thingpedia
P3

Device names are currently not translated, even though they have a `#_[canonical]` annotation, because that canonical form is not stored in a per-language table and it's automatically generated from the...

i18n
thingpedia
good first issue
P3

On the engine machine, the engine processes are the major source of memory problems. We should collect metrics about that so we can figure out how well we scale, and...

help wanted
performance
P2

Currently all logs go through console.log and console.error, which is a giant unified unstructured log, and it's hard to find errors or notable events in the mix. We should probably...

bug
performance
error handling
P2

Nothing looks more jarring that a random English string in the middle of a mostly localized page. Just look for yourself: https://almond-dev.stanford.edu/thingpedia/devices/by-id/com.bing?locale=it-IT The random bits of English in the otherwise...

bug
i18n
P3

The rating considers performance and accessibility, and it is currently... not great. We need to improve it.

help wanted
content
P3

Otherwise Thingpedia snapshots are not very useful because the old primitive templates disappear.

thingpedia
P3

To make it easier to search in Thingpedia, eg. "nyt" should return "new york times". Potentially, keywords could be TF/IDF extracted out of primitive templates.

enhancement
thingpedia
good first issue
P3

We can shave some load time and some bandwidth (at the expense of storage size) by downscaling each device icon and then serving the most size appropriate version. We should...

performance
thingpedia
P3

Otherwise they accumulate and cost money in S3 space

performance
thingpedia
P2