Michael Rademaker

Results 10 issues of Michael Rademaker

Please fill out the form below before submitting, thank you! - [x] Bug exists Release Version 1.2.5 ( Master Branch) - [ ] Bug exists in MQTTv3 Client on Snapshot...

When using a Set in the rules, an exception is thrown by the groovy sandbox during runtime when adding an element to the Set. This happens since the update to...

Hi, Is it possible to specify a host/domain for a service? I'm using the [caddy-docker-proxy](https://github.com/lucaslorentz/caddy-docker-proxy) module in combination with yours with this label: ``` labels: caddy.layer4.:27017.proxy: "{{upstreams 27017}}" ``` which...

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

type: bug
pending-approval

Hi all, I'm trying to use the module with the following Caddyfile: ``` { admin 0.0.0.0:2019 servers { listener_wrappers { proxy_protocol { timeout 2s allow 0.0.0.0/0 } http_redirect tls }...

When using maplibre In a custom web component, the selection for the value doesn't work properly. The Active element in the shadow root isn't the input element itself. My recommendation...

bug

When trying to build it in python 3.11 the following error appears: ``` fatal error: longintrepr.h: No such file or directory #0 57.93 211 | #include "longintrepr.h" ``` Maybe this...

I've got this middleware function: ```typescript export async function authJwtMiddleware(req: Request, res: Response, next: MiddlewareNext) { const authHeader = req.get("Authorization"); if (!authHeader) { throw new HttpException(401, "No authorization header"); }...