emrah

Results 6 issues of emrah

### Describe the feature request I read all docs completely but I couldn't see any information about this. Is there any way for this? I want to add a sesion-token...

feature

**What happened**: if istio sidecar injection enabled, patch command for pod annotation couse error: ``` cmd/proxy.go:302 check function error {"error": "failed to update proxyInfo: update failed: Pod \"postgresql-stolon-proxy-5487888cdb-2k9fb\" is invalid:...

Remove encoding argument from json.loads for support to pyhton 3.9 #19

encoding argument deprecated in json library since python 3.1 and it will be removed in python 3.9. https://docs.python.org/3/library/json.html#json.loads > json.loads(s, *, cls=None, object_hook=None, parse_float=None, parse_int=None, parse_constant=None, object_pairs_hook=None, **kw) Deserialize s...

I've read through all the documentation, but couldn't see any information about disabling email login. I want to disable login with email so users can only log in with Google/OpenID....

enhancement

Hi @axelhzf Your approach is great for 12 factors. 👍 However, if I use window.env in a component instead of printing on the page, it doesn't work. ```html {JSON.stringify(window.ENV, null,...