Riccardo Binetti

Results 86 comments of Riccardo Binetti

Hi @shortwavedave, since deleting a realm is a delicate operation that can lead to data loss, Astarte Housekeeping API doesn't provide yet an API to do it, so `astartectl` can't...

Why `%252F` and not `%2F`? How does this behave if you replace `%2F` in both cases above?

The issue is that [`InterfaseValuesByGroupController`](https://github.com/astarte-platform/astarte/blob/master/apps/astarte_appengine_api/lib/astarte_appengine_api_web/controllers/interface_values_by_group_controller.ex) does not decode the group name like [`DeviceStatusByGroupController` does](https://github.com/astarte-platform/astarte/blob/master/apps/astarte_appengine_api/lib/astarte_appengine_api_web/controllers/device_status_by_group_controller.ex#L36). Easy fix: add that decoding. Better fix: scope all `/groups` APIs and make a plug that...

Creating this as a draft waiting for Mox 1.2.0 release

Hi @hakanai, is this an ongoing effort? I was thinking about adding support for Kaitai in Elixir too and I found this issue, let me know if I can help...

I think the actual underlying issue is that we're accepting `explicit_timestamp` for server-owned interfaces while there's no actual way of sending an explicit timestamp to them from AppEngine API. `explicit_timestamp`...

@bitwalker I'm not 100% sure about the implications, let me know if it's ok or if you want give me some pointers to provide the correct solution

When you say "Zadig 2.2 works fine" do you mean that with Zadig 2.2 the cart is recognized or that it installs the driver but the cart is not recognized...

I've never tested it on Windows 8 but I suppose it should work, if you test it let me know if it works