Jonatan Männchen

Results 305 comments of Jonatan Männchen

The RFC was just published: https://datatracker.ietf.org/doc/html/rfc9421 The work can now actually be completed. I expect the FAPI 2.0 Message Signing spec should also be published (non-draft) soon now.

@chvanikoff Is there any chance to get those things merged? I'd like to depend on this lib here: https://github.com/Erlang-Openid/oidcc_cowboy I would also offer to take over the library if you...

We now use this Lua Snippet: ```lua function envoy_on_request(request_handle) local streamInfo = request_handle:streamInfo() if streamInfo:requestedServerName() ~= "" then if (string.sub(streamInfo:requestedServerName(), 0, 2) = "*." and not string.find(request_handle:headers():get(":authority"), string.sub(streamInfo:requestedServerName(), 1))) then...

@dekim Sure: ```yml apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: misdirected-request namespace: istio-system spec: workloadSelector: labels: app: istio-ingressgateway configPatches: - applyTo: HTTP_FILTER match: context: GATEWAY listener: filterChain: filter: name: envoy.filters.network.http_connection_manager subFilter:...

(The diff look huge because of the `lib` files, I recommend checking the commits separately.)

Having the same issue. It prevents me from creating roles using terraform which includes `NOSUPERUSER` in the query. https://registry.terraform.io/providers/cyrilgdn/postgresql/latest/docs/resources/postgresql_role

Updated Numbers from Expo Metadata Stripping (#398) Expand Details **Expo Parse** - .po is 11.7 times slower and uses 8.5 times more memory **Expo Parse** - .po with metadata stripping...

Using [ORT 65.0.0](https://github.com/oss-review-toolkit/ort/releases/tag/65.0.0).

If we're already doing that, I think the items in the `override_for` list should be full version requirements. Other common use cases for overrides besides the version are pulling in...

I‘m going to need a lot more information to help you with this. Can you please specify what cersion your using and include debug logs? https://github.com/quantum-elixir/quantum-core?tab=readme-ov-file#troubleshooting