Jonas Berlin
Jonas Berlin
Using the query (same as in #1811): https://www.reittiopas.fi/reitti/Hiiralantie%201A%2C%20Espoo%3A%3A60.163351%2C24.799716/Westendintie%2099%2C%20Espoo%3A%3A60.162875%2C24.791422/1?arriveBy=false&time=1504605600&walkSpeed=1.2 I get the following expanded route alternative:  It is quite silly since it asks me to walk 750m to a bus...
Using this query: https://www.reittiopas.fi/reitti/Hiiralantie%201A%2C%20Espoo%3A%3A60.163351%2C24.799716/Westendintie%2099%2C%20Espoo%3A%3A60.162875%2C24.791422/3?arriveBy=false&time=1504605600&walkSpeed=1.2 I get these results:  The expanded route shows instructions walking to the nearest bus stop just to wait there for half an hour until...
So yeah, I have a wildcard certificate that I use for multiple separate apps. And my browser is indeed reusing a connection to site1.example.com for service site2.example.com. I don't yet...
I (feel I) don't need the sticky-cookie feature, but it wasn't available as a feature in rpxy-bin.. so I added a `sticky-cookie` feature and made it propagate the feature flag...
Hi, I found that the CONNECT http method is not blocked by rpxy. And imho it does not make sense to support them in a reverse proxy. So this PR...
**Bug description** Despite installing the `rust_log_handler` using `glib::log_set_default_handler(..)`, some log messages presumably emitted by gtk4 code is still logged only by the standard glib logger. It seems to me all...
Hi, For at least the Search and Browse apis, there were a LOT of usage of `Partial` when in fact almost all fields seem to always be present. I checked...