Kamil Monicz

Results 119 issues of Kamil Monicz

I am primarily posting this issue for future people facing a similar problem. In my case, when the prequantize option is enabled (which is the default setting), the toposimplify method...

### OSM Tag(s) highway=crossing bicycle=yes ### How would you like this tag to see supported? As a Preset ### Label Cycle Crossing ### Aliases _No response_ ### Terms _No response_...

enhancement

```overpass [out:json][timeout:60][bbox:{{bbox}}]; nwr[name~"^[А-ЯЁ ]+$"]; out body qt; >; out skel qt; ```

enhancement

I want to store the data on an SMB share, but I am facing issues with the sockets (osm3s_v0.7.58_areas, osm3s_v0.7.58_osm_base) being inconveniently stored in the db directory. Ideally, db is...

enhancement

There seems to be a hidden dependency on the `which` program. https://github.com/JazzCore/python-pdfkit/blob/fb86d338a3706e6e0ede09170b9fa58fb740ec1e/pdfkit/configuration.py#L29 The way the binary gets discovered is unnecessarily complicated. Instead of starting an external binary (a whole new...

https://github.com/openstreetmap/operations/issues/737

For more details check the commits 🥇

Hello, what's the license of this project? I would love to use it in one of other open-source projects but unspecified LICENSE prevents me from doing so. I am especially...

**Describe the bug** The current implementation of OAuth1Request [checks](https://github.com/lepture/authlib/blob/85f9ff99664bbf0a4f0d043ee807aec08f851f3f/authlib/oauth1/rfc5849/wrapper.py#L19) for insecure transport which is incorrect. OAuth 1 is protocol-independent and it does not depend on TLS layer to secure the...

server

*Use case* I use streaming parsing (xmltodict.parse) since the files I handle are quite large. Inside the item_callback method, I want to execute some asynchronous code, such as uploading the...