Daniel-Samuil Voina

Results 6 issues of Daniel-Samuil Voina

A web component named for example "cookie-consent" could be created so that it would facilitate usage in all frameworks.

### Welcome! - [x] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [x] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

status/0-needs-triage
contributor/waiting-for-feedback

## Why make this change? Offers a partial fix for #2766 This is important for queries that run longer than 30 sec (the default value) as in REST mode there...

### What happened? There might be an issue with memory consumption on large blob datasets. We observe quite often that when the dataset contains blob columns the DAB cannot allocate...

bug
triage

### What happened? I have configured dab with JWT authentication/authorization: ``` "host": { "mode": "production", "authentication": { "provider": "Custom", "jwt": { "audience": "System", "issuer": "https://my.authentication.com" } } } ``` I...

bug
triage

Server Sent Events (SSE) are quite ubiquitous nowadays but I cannot really test them with Karate when the response of a call is an SSE response. ```mermaid sequenceDiagram client->>server: GET...