Riccardo Binetti

Results 108 issues of Riccardo Binetti

As described in #240, the session present flag exposed by the ConnAck packet can be used to perform some optimization, and in our specific usecase is [part of the protocol...

Hi, I'm using Guardian to perform authentication on some APIs. Those APIs are only responsible of verifying JWTs, so they just have access to the public key as those tokens...

stale:keep

See https://github.com/LilyGO/TTGO-TAudio

board request

Right now, if multiple replicas of Data Updater Plant are used, volatile triggers don't work correctly. This is caused by the fact that the RabbitMQ RPC client uses the default...

bug
app:data_updater_plant
internals

Currently, when a Trigger delivers an Event, the Event does not contain any information about the Trigger that generated it. This means that to distinguish between two triggers on the...

app:trigger_engine

Currently Realm Management API does not handle many errors that can be returned, see e.g. [this](https://github.com/astarte-platform/astarte/blob/master/apps/astarte_realm_management/lib/astarte_realm_management/engine.ex#L639), [this](https://github.com/astarte-platform/astarte/blob/master/apps/astarte_realm_management/lib/astarte_realm_management/engine.ex#L645), or [this](e/blob/master/apps/astarte_realm_management/lib/astarte_realm_management/engine.ex#L653), failing instead with "500 Internal Server Error", which does not help...

app:realm_management_api

In astarte we started using [dialyzex](https://github.com/Comcast/dialyzex) instead of the more popular [dialyxir](https://github.com/jeremyjh/dialyxir) since it supported sharing Erlang and Elixir PLTs across projects and it cut analysis times when using it...

chore

VerneMQ does not guarantee the order of hooks due to the distributed nature of the system (see https://github.com/vernemq/vernemq/issues/1741 and https://github.com/vernemq/vernemq/issues/1725). This means that in some very rare corner cases (i.e....

user experience

This is related to #438, which fixed this for properties setting but didn't fix it for properties unset. For the same reason, unsets should always return `200 OK` regardless of...

AppEngine API supports passing some options that control how `longinteger` values are represented in JSON, due to the fact that 64 bit integer values are not theoretically representable using JSON...

minor
user experience
API
app:appengine_api