-
```
(MatchError) no match of right hand side value: []
(nostrum 0.4.7) lib/nostrum/cache/guild_cache.ex:283: Nostrum.Cache.GuildCache.member_update/2
(nostrum 0.4.7) lib/nostrum/shard/dispatch.ex:1…
-
This is another case of Discord being inconsistent in using strings or atoms as keys when using ETF payloads.
If this happens more than once in a quick enough succession, the cache process is not r…
-
I get this error when running exile 0.2 but not with 0.1:
```
10:43:20.520 [error] GenServer #PID terminating …
-
Hi everyone,
This is as second take on "building environments for code fragments" for IDEs (follow up on #12566). The goal of this issue is to propose a rich data structure for tracking fragment/bu…
-
I was trying different things because the documentation says that changing the demand from `:forward` to `:accumulate` when all of the consumers are still not ready could help to avoid distributing me…
-
Hello!
We have some issue with brod and broadway_kafka in kubernetes. When the service starts all consumers join to group and works fine. But after some time we got
```
2022-07-24 16:05:04.207 pi…
-
I'm hitting an issue when I try to combine `Flow.shuffle/2` with `Flow.start_link/2`. For example, if I start this simple flow as a child in Kino/Livebook with
```elixir
flow =
1..3
|> Flow.…
-
Hi all! 👋
First of all, thanks for the great libraries!
We are running into a strange issue where every now and then (roughly once a day) we start seeing offsets accumulating in the ack state of…
-
We are getting these errors on occasion (once or twice a week):
```
[error] ** (ExAws.Error) ExAws Request Error!
{:error, {:http_error, 400, %{code: "AWS.SimpleQueueService.BatchEntryIdsNotDis…
-
**Describe the bug**
Using the example `genstage`, change it to have two nodes, connect one to the other, disconnect, reconnect and panic
It kills the producer process directly, the entire node do…