Giovanni Campagna

Results 96 comments of Giovanni Campagna

Hi! Thanks for your report. How did you install the app? Did you install the .service file in the correct dbus directory? What happens if you run "com.example.Gtk.JSApplication" from the...

We will need this feature to let people switch to different levels of model stability (nightly, alpha/beta, stable).

This is even more important because: - journald logging won't be available if we move the backend to kubernetes - we currently see all the console.log of developer users, some...

Notably, an alert set on a relative time ("5 minutes from now") displayed the correct time: ![image](https://user-images.githubusercontent.com/876889/128075242-e257eb52-b3f1-4578-820f-1a2c006c65d8.png)

Another log related to that: ``` U: set a timer at 12:35pm UT: $dialogue @org.thingpedia.dialogue.transaction.execute; UT: ontimer(date=[set_time($now, new Time(12, 35))]) => @org.thingpedia.builtin.thingengine.builtin.alert(); C: $dialogue @org.thingpedia.dialogue.transaction.execute; C: ontimer(date=[set_time($now, new Time(12, 35))])...

Another option is to fetch them from S3 and downscale them on demand in the frontend server, then let CloudFront take care of caching. Maybe cheaper than storing the downscaled...

@johnnychhsu you worked on this for the Genie, with a simple but hackish solution to get things going. Can I assign this issue to you? This issues is how we...

So, Thingpedia has existing translation support. It was broken for a while, but in #302 (merged) I brought it back to life. If you test locally, you can add `?locale=zh-CN`...

This should just be a warning. You cannot compile the sandbox on anything but Linux, because the sandbox uses bwrap, which is a namespace-based sandbox. You need to set THINGENGINE_DISABLE_SANDBOX=1...

@emilyjchang after the timers are done, can I ask you to look into this one? It would be a good way to learn about the backend and also how monitoring...