Javert Ardo
Javert Ardo
Do we have any updates on this issue? This deprecation was introduced two years ago [#599](https://github.com/supabase/auth/pull/599) and there is no other option to set default role during user registration/creation (except...
The browser asks for the user and password due to the change requested in `mongo-express-docker` repository [#117](https://github.com/mongo-express/mongo-express-docker/issues/117), delivered in [#118](https://github.com/mongo-express/mongo-express-docker/pull/118). The `ME_CONFIG_BASICAUTH` was hardcoded in Dockerfiles to `true`. As I...
Should we consider renaming `ME_CONFIG_BASICAUTH` to `ME_CONFIG_BASICAUTH_ENABLED`? If yes, then I can prepare pull request with change and `README.md` update. To keep legacy behaviour I suggest to have both environment...
I'm using the BLoC library for the couple of years now. The same idea of explicit 'from state' declaration has been on my mind for a long time. During code...
On the other hand the workaround could be using multiple listeners listening on the same port and protocol, but for different hostnames. I am referring to this comment https://github.com/traefik/traefik/issues/9026#issuecomment-1131311453 ```yaml...
There is a statement in [Gateway API docs](https://gateway-api.sigs.k8s.io/reference/spec/#gatewaytlsconfig) under `certificateRefs` section that *"Support: Implementation-specific (More than one reference or other resource types)"* I am thinking about that certificate not only...