Mattia Pavinati

Results 11 comments of Mattia Pavinati

@Aetherus when generating tokens with `astartectl` the default expiry is 5minutes, make sure the token is still valid before connecting to the socket. If you need longer expiration dates you...

That happens when data has to be reordered by Scylla, like when you ask for the latest data sent on a specific endpoint or querying an interface using only the...

I have the same problem. In the meantime I used the `mounted` event as a work-around the issue. ``` const chartOptions = { chart: { events: { mounted: (chart) =>...

The trigger you posted here is trying to send a message to "http://edgehog-backend:4000" but by default docker-compose files will use listen on localhost. If you want to receive thoese triggers,...

Double encoding is used to avoid mistaking the `/` in `abc/xyz` as part of the path. The fact that one query works on the other does not makes me think...

Actually `ex_json_schema` does not support draft-07 yet. There is a work-in-progress branch as mentioned in https://github.com/jonasschmidt/ex_json_schema/issues/24

I noticed the same issue. I really wish this will be taken in consideration

## Jest Pros: - Built from the Facebook development team (same as React). - One of the most popular frameworks in the React community. - can be enhanced with https://github.com/testing-library/react-testing-library....

With the current implementation there are a couple of issues: if the Astarte version is 1.2.1 or 1.2-snapshot the page tries to load the interface list but fails (the detailed...

Correct. the OTA operation is performed in 2 steps: 1) upload the image to the cloud 2) send the request to the device If the image upload is interrupted (for...