Carlos Lage
Carlos Lage
I think it would be great if we could use the `typedstruct` macro in conjunction with Ecto. Right now Ecto does not create `@type t` for the struct, but it...
We recently had an issue with a subscription where the stream was changed but the name kept the same that led to some unexpected behavior. If the use case is...
Change partition_by to return a random partition instead of a nil value for a parition_by function
This fixes an issue we were facing where the `partition_key` being `nil` meant that since ```elixir in_partition?(%Subscriber{partition_key: nil}, _partition_key), do: false ``` Then any events with a `nil` `partition_key` would...