Attila Rajmund Nohl
Attila Rajmund Nohl
This pull request fixes two sets of dialyzer warnings: - It looks like the time field in the `txq` record can actually be undefined (for example when the `rx2_rf` exported...
Hello! I have this minimal example (sorry, can't write markdown example properly here):  The first code snippet is rendered nicely, but the second one is not (see also the...
I'm working on an application that (in my test) runs in a Kubernetes stateful set on 4 pods. There's one Erlang node in each pod. The nodes (in this test)...
In the `erleans_grain` module I see calls like this: `otel:current_span_ctx()`. It looks like calling an earlier version of the OpenTelemetry API. Is it supposed to work or is it just...
The specs of the `read` and `read_by_hash` callbacks in the `erleans_provider` behaviour are wrong, the third parameter is supposed to be an ID or hash value, not the grain reference....
Hello! I was playing around with `hackney` and tried to set multiple cookies in the same request. I used this example code: ``` hackney:request(get,"http://httpbin.org/cookies",[{,}],,[{cookie,[{,,[]},{,,[]}]}, {use_cookies,true}]). ``` When I checked the...