Zen3515
Zen3515
You could use this to debug ```shell curl --http1.1 -i -N \ -H "Connection: Upgrade" \ -H "Upgrade: websocket" \ -H "Host: jellyfin.example.com:8920" \ -H "Sec-WebSocket-Version: 13" \ -H "Sec-WebSocket-Key:...
> you would really need to include the nginx configuration if you wanted anybody to resolve this for you. "it is similar to this one" is insufficient when troubleshooting a...
> im using nginx to access the api over mtls no problem, including from python. its not cors in the code. right off the bat, the docs recommend listening at...
> Not being able to bind a port in use is probably not in-scope of the documentation. It definitely won't be considered a bug, because a proxy can't ever listen...
This model can only predict right hand, however, I have tried this model with horizontally flipped image. The result was a surprise, it actually can predict left hand too, but...
This issue exist since 2019, and now in 2022, is there any plan on fixing this?
@Fusion Thanks, I found that out a few days ago and planning on document it in the SSSD guide. The minimum working example is actually not enough.
If anyone uses glauth-ui I've create a pull request to fix this option. https://github.com/sonicnkt/glauth-ui/pull/25
For me, there are two major issues that must be addressed. The first step is authentication; AGH authenticates using a username and password. The CORS is the second. The following...
I was facing the same problem, for the latest version we need to add two configurations ```yaml mqtt: ... tls_ca_certs: /etc/ssl/certs/ca-certificates.crt tls_insecure: false ```