Adrien Wehrlé
Adrien Wehrlé
Yes everything is fine in your theme! I would like to modify the default dark+ theme because it has "self" and class attributes in the same color (a light blue,...
Thank you for your answer! > I don't think it's true that my theme "has `self` and class attributes in the same color". I assumed your theme was the exact...
But what is preventing you from setting a custom font-face for .e.g `return` as below? ``` (defvar lawlist-print (make-face 'lawlist-print)) (set-face-attribute 'lawlist-print nil :background "#19232d" :foreground "#fab16c") (defvar lawlist-keywords-01 (concat...
I will see if I can implement it properly and will do a PR if so!
This issue was most likely raised due to the use of a very smooth curve with default parameters, and not because of the Python version. Reducing `x2` to e.g. `...
Thank you a lot for reporting @mcihadarslanoglu ! It's definitely a Windows specific issue, I will work on it and come back to you! :+1:
Use `shb.to_utm_bbox` with coordinate duplicates, then add/subtract distance in meters if radius is given
For radius = 0, better download an image that's a big bigger than the point of interest and extract data at point using `rasterio`'s methods, and return locally + write...
Hi @Azamattf and thanks for your thoughts on this! This sounds like a good idea and shouldn't be too hard to implement, we can work on it and see! :smile:
@weiji14 , it looks like the issue is created in markdown? I was expecting a YAML structure?