Fabio Alessandro Locati
Fabio Alessandro Locati
yeah, leveraging the jellyfin server would make more sense, but if there are issues, it could be a fallback. I think this is an important feature to at least ensure...
The issue is that the certificate is valid for `*.cotralspa.it` (`CN` field), while the domain is `travel.mob.cotralspa.it`. Due to how TLS certificate validation works, the initial star is only one...
AFAIK if you have two conditions in the same if there is no guarantee they will be executed in the order they are written into. A patch of an identical...
FYI: https://github.com/SirCmpwn/sway/pull/911
Adding swiping ability would be awesome IMHO!
There is a lot of movement on those kind of themes lately. An interesting one is also [this](https://www.volkerkrause.eu/2024/02/10/fosdem-2024-open-public-transport-routing.html).
I tried multiple cases using https://godoc.org/go.kelfa.io/kelfa/pkg/crawlerflagger (it's written in Go). It exposes 2 ways to query the crawler-user-agents list: * ExactMatch (it uses the "instances" field) * RegexpMatch (it uses...
At the moment there are [400+ regexp](https://github.com/kelfa/kelfa/blob/master/pkg/crawlerflagger/main.go#L4185-L4598) (one per entry) and then a [switch](https://github.com/kelfa/kelfa/blob/master/pkg/crawlerflagger/main.go#L4605-L8747) to analyse the case that matches. The reason which made me implement it in this way...
This same problem is also discussed at https://github.com/SirCmpwn/sway/issues/960
I've a log with also WLC debug enabled, if it can help: http://paste.fedoraproject.org/489432/14800674/ The WLC debug option: ``` WLC_DEBUG=handle,render,render-loop,focus,xwm,keyboard,commit,request ```