Ali Sabil
Ali Sabil
The sentry API used is v2
This pull request adds support for firing the AuthenticationStarted before redirecting the user to the provider authentication page. The implementation uses a decorator, but this could be removed if velruse...
It would be great if shmig allowed easy running of sql in the target database according to its config.
When working with a database such as postgresql, the workers owning the connection need to be notified when returned to the pool in order to give the worker the opportunity...
Hi, I was wondering whether rustler is able to handle process owned resources making use of `enif_open_resource_type_x` and `enif_monitor_process`?
content_types_provided should be allowed to return the empty list when no Accept header is specified
The implementation today unconditionally returns a 406 if the `content_types_provided` callback for `cowboy_rest`: ```erlang {[], Req2, State2} -> not_acceptable(Req2, State2); ``` I think that it should take into account the...
### oidcc version 3.2.0 ### Erlang version 26.2.5 ### Elixir version - ### Summary calls to `oidcc_provider_configuration_worker:get_provider_configuration/1` randomly times out. It seems that this is somehow related to httpc timing...