Tim Neumann
Tim Neumann
> Could the UDP connection be blocked by any local firewall? I'm confused... Did you mean a UDP connection between the end user and the nginx server, which proxy_passes to...
Ah I see. Thanks for the clarification. Now I also understand https://github.com/johni0702/mumble-web-proxy#firewalls-or-nat ... I thought the mumble RPC "ICE" was meant here. (Which when thinking about it does not make...
> What confuses me is > > > In this case I could hear him > > cause I would expect either no or full audio. And the error suggests...
After whitelisting the ports in the firewall it works. Thanks!
After testing for a while, some users reported, that they can't hear other users connected via mumble-web and can't be heard by them either. This seems to only happen sometimes....
Runnable example ``` go package main import ( "bytes" "encoding/json" "fmt" "net/http" "github.com/getkin/kin-openapi/openapi3" "github.com/getkin/kin-openapi/openapi3filter" "github.com/getkin/kin-openapi/routers/gorillamux" ) var schema = []byte(`{ "openapi": "3.0.2", "info": { "version": "1.0.0", "title": "title", "description": "desc",...
Yes, I think @fourcube is right. However, I would still consider this a bug. Took me a while to figure this out. I think the unredacted as well as the...
Is the default actually required, or would it be possible to make this column nullable and use null as the default, converting it to the empty string when accessing the...
We are running the engelsystem inside a kubernetes cluster and are using the [mysql operator of presslabs](https://www.presslabs.com/code/kubernetes/mysql-operator/) Previously we used the following SQL mode and encountered the issue with that:...
I have the same problem. I'm using `FROM composer as composer` The workaround mentioned by @dankeder worked, but I think this should be fixed.