Francesco Frassinelli
Francesco Frassinelli
Wouldn't it be better to rely on the existing `~/.docker/config.json` generated by `docker login`?
Well, it would be already something to have in the documentation that PostgREST converts JSON input into `(geometry, properties, type)` when a GeoJSON feature is detected :)
Thank you @mike-podolskiy90 for the effort :)
@srinify it looked easy to reproduce to me (just try to set a different latitude on a map, nothing happens), but I will send a video as requested.
https://user-images.githubusercontent.com/4068/145795379-33d47264-6afd-4e2f-b847-13abde9651a6.mp4 As you can see, panning does not change latitude/longitude. Writing custom coordinates does not have any effect, even if the widget is saved and reloaded. The zoom glitches when...
Might I suggest [ruff](https://github.com/charliermarsh/ruff) instead of pylint? [isort](https://pycqa.github.io/isort/) is also nice. I am using black+isort+ruff+pre-commit for my projects. Here is the template: https://github.com/NINAnor/nina-template-python Please notice that pyproject.toml includes a couple...
ruff can replace black, pylint, flake. Poetry can be avoided when using regular `pyproject.toml` file + pip-freezed dependencies within a regular venv, if needed.
The only solution I found was to implement a mechanism to skip validation, as suggested in the first post.
IPT 2.5 has been released, but I do not see such functionality. Should the milestone be postponed?