Christian Kleinbölting

Results 15 issues of Christian Kleinbölting

# Issue Details When starting my zsh in iTerm I get the following error message: ``` WARNING: python binary not found on PATH. zsh-autoswitch-virtualenv plugin will be disabled. ~❯ ```...

bug

Current a valid JSON number like `42.0` (with only zeroes after the decimal point) cannot be parsed as an `Int` with zio-json. I would like to argue that zio-json could...

- **feat: Add dsp-ingest audience to JWTs created for a user** - **fix package name for JwtService** This may only be merged after the dsp-ingest is relying on the scope...

**Problem Description** Given an incoming request with multiple cookies, when calling `server.cookies` in Lua, then the returned table contains only a single key/value pair, with the first cookie name as...

bug

Resolves #2518 Currently tests fail because the incoming ServerRequest contains the multiple parts, but when calling zio.http.Request.body.[asMultipartFormStream|asMultiPartForm] they only ever return the single, first part. Seems to be a bug...

We do have alternatives and hence I do not think it is necessary to use `MasterSlaveSearchServer` How about `PrimarySecondarySearchServer` or `SearchServerWithFallback`?

While implementing https://github.com/zio/zio-http/pull/2862 we needed to get the size of a `ChunkBuilder.Byte` and saw this was not yet implemented and returned always the default `-1` from the underlying `Growable` trait...

- **Add AuthenticationRouteV2 and remove Options from Authenticator methods** - **Migrate POST /v2/authenticate to tapir** - **Migrate DELETE /v2/authenticate to tapir** - **Remove unused KnoraRoute class** - **Migrate GET /v2/authentication...

- **Introduce KnoraApiValueModel** - **add creation date** - **add hasermission move code up the for comprehension** - **add hasPermission and move code up the for comprehension** - **cleanup** - **move...

## Pull Request Checklist ### Task Description/Number Issue Number: DEV- ### PR Type - [ ] build/chore: maintenance tasks (no production code change) - [ ] docs: documentation changes (no...