Peter Mueller

Results 5 issues of Peter Mueller

closes #232 Updates the `Pigeon.FCM` and `Pigeon.FCM.Config` implementations to delegate the token refresh logic to `Goth`, as Goth v1.3+ now handles that directly

I appreciate your work on this library. What would you say to having `get_host` be a `handle_call` and pull from the state of the actor instead, and default it to...

I opened this PR after we noticed that some messages containing `Any` and `OneOf` messages weren't being type checked if given incorrect values. After some poking, it seemed to be...

Adds a new `:constraint_handler` to allow customizing adapter error handling, that can be passed as a shared option to repo functions, e.g. `MyRepo.insert(..., constraint_handler: {MyCustomHandler, :to_constraints, []})`, but also passed...