Hannes Riebl
Hannes Riebl
I just figured out that it's not possible to override a field with a method in a subclass. Paradoxically, the opposite direction works. Maybe this is the desired behavior or...
## Description 1. Fix POST request for resource_patch(). Old version caused `Error : 400 - Bad Request "Fehlerhafte Anfrage - JSON Fehler: Error decoding JSON data. Error: JSON data extracted...
Thank you for this great package! I'm using it to format Python code chunks in RMarkdown with black, isort, etc. I think I've found a small issue with `protect_math()`, which...
Hey all, would it make sense to enable CORS in the [DataLayerView](https://github.com/umap-project/umap/blob/1a3377723b0512c29279a0decb38cba89a2e1988/umap/views.py#L1039), just as in the [MapView](https://github.com/umap-project/umap/blob/1a3377723b0512c29279a0decb38cba89a2e1988/umap/views.py#L621)? This would facilitate the use of GeoJSON data from uMap in other web...