Aleksandar Atanasov
Aleksandar Atanasov
This extension used to work (Ubuntu 22.04). I had to do something else for 3-4 months and now that I am back, the Live Server (latest version, also latest version...
> FYI, for anyone still encountering the issue: > > If you just want to use PyWPS with Flask, you do **not** need this repo (which is apparently just a...
Hi. This is a great feature that allows separating the clutter in a nice way. I have a question though. Does the `SeparatorText` support different text alignments (centered, right)?
> Hey @aleksandaratanasov, Are you proposing that instead of the current message, we instead show the message to use a superuser shell? Would be a possible solution I think. Needs...
Project is dead. Issue still present in 2024, while last version is 6 years old. The inability to use `get()` renders `pyepsg` practically useless. If you have the free space,...
> Like Cartopy, you should probably use pyproj instead > > ```python > from pyproj import CRS > crs = CRS.from_epsg(21781) > ``` > > Or, if you are using...