Carlos Lage

Results 3 issues of 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...

T:Feature

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...

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...