Francesco Boscarino

Results 41 issues of Francesco Boscarino

Hi, I would like to embed go2rtc in a custom go application. All modules are internal and it is not possible to start the required modules. Is there any way...

question

Hi, I've written a simple WASM module and I'm using it within benthos pipeline. Now I would like to log some information, fmt.Print does not work. How can I access...

enhancement

Hi, I was trying to send a gzipped JSON to an HTTP server endpoint. ``` input: http_server: path: /{tenant} timeout: 30s sync_response: status: "200" pipeline: processors: - switch: - check:...

needs more info

Added ES6 export, can be used like: `import renderjson from 'renderjson`

Correct bug on passing parameters to scan thread which prevents to fill correctly the results. The go func(proto, addr) will use the last ip, proto and port from the loop...

After some time the server starts an infinite loop, hogging the CPU: 2023-09-18T13:45:57.141Z kubernetes:client executing WATCH request on https://kubernetes.default/api/v1/pods (starting revision 327232285) 2023-09-18T13:45:57.151Z kubernetes:client 'WATCH' request on 'https://kubernetes.default/api/v1/pods' completed with...

Hi, I have a tuya WiFi Smart PIR Motion Sensor flashed with latest esphome. This is my esphome config: ```esphome: name: pir platform: ESP8266 board: esp01_1m arduino_version: 2.5.1 board_flash_mode: dout...

Hi, I have a 3 node gluster with gluster-metrics-exporter (0.3.1) running. I would like to get brick uptime for each node and I expect each node to export own brick...

I've added a rate limiter per remote configuration with an optional url parameter. I've also added a Dockerfile to build a container image.