Jonatan Männchen

Results 305 comments of Jonatan Männchen

@St-Annette Wozu möchtest du diese Funktion haben? Wir haben weit über 10'000 Organisationen. Diese von Hand ansehen ist vermutlich nicht sehr effektiv...

@St-Annette / @rebecca-br Wir haben den Phasenstart nicht bevor Heute. (Ausser ev. in Spezialfällen) Dies weil wir ansonsten die Statistiken verfälschen würden. (Wir können ja nicht Personen rückwirkend isolieren ohne...

Besprechung aus Weekly: Meldung ans BAG betreffend neu rückwirkenden Verordnungen, TODO: Possible Index wird rückwirkend verordnet. Start und End Datum können also < Heute sein. Schätzung: 2 - 3 Stunden...

In [`oidcc`](https://github.com/erlef/oidcc), I had to implement a few workarounds to work with sets. Those include: * merging of sets: https://github.com/erlef/oidcc/blob/9bfc39905ecfca0f0b90efa153ce6cbd0f2a0454/src/oidcc_jwt_util.erl#L158 * iterating all set keys for signing / encryption: https://github.com/erlef/oidcc/blob/9bfc39905ecfca0f0b90efa153ce6cbd0f2a0454/src/oidcc_jwt_util.erl#L258...

@muhlemmer The test is using `urn:ietf:params:oauth:grant-type:jwt-bearer`: https://github.com/erlef/oidcc/blob/main/src/oidcc_token.erl#L609 All details are visible in the referenced test file and test logs.

@muhlemmer One thing that comes to mind is that there are parallel tests running. Therefore the requests cold be made in a very short timeframe.

I tried to take a quick stab at it, but have some issues: * SQLite does not really support arrays except in JSON. I therefore wanted to try with Postgres...

@Rio517 I still do not have a way to reproduce the issue. That said, I can still see the same errors in our Sentry.

@livingston0318 That is probably caused by the directory itself not being existent and can be solved with the implicitDir option. See: * https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/docs/semantics.md#files-and-directories * https://ofek.dev/csi-gcs/static_provisioning/#extra-flags

@jhammer Good point about accessing the raw stream. Where did you see that it supports that? If not, this approach would mean that a compressed file would be uncompressed and...