Robin knaapen
Robin knaapen
Yes, this happens to any buffer (shaded/unshaded) 
I use this ```vim au FileType html,gohtmltmpl imap emmet#expandAbbrIntelligent("\") ``` It works fine for me
I suppose a hard coded list would be nice... But probably unmaintainable in the sense of distinction between common interface implementations. Plus maybe overlapping interface definitions in third party libraries...
Related issues: https://github.com/ory/kratos/issues/3182 https://github.com/ory/kratos/issues/518 --- I have found other issues mentioned above; but the solution was to create a custom provider. I understand in this case, since the implementation is...
Maybe related to: https://github.com/ory/kratos/issues/2898
I am in the same boat When taking a look in the code. It seems that the bool `trust_forwarded_headers` does not tell Oathkeeper Proxy to use the `x-forwarded-*` headers to...
Fixed by: https://github.com/ory/kratos/pull/3718
@spijs, @HoangViet144 I've skipped over the open PR's yesterday and found these: - https://github.com/ory/kratos/pull/3788 - https://github.com/ory/kratos/pull/3922 Maybe either of them are of intrest regarding our issue
@zepatrik Another PR is open that implements the jsonnet flow: https://github.com/ory/kratos/pull/3788 Not sure if that has been a consideration down the line