Alexander Bruy

Results 19 issues of Alexander Bruy

It would be very useful to allow pass additional parameters to exiftool. For example, currently if photos contains user-defined or simply unknown tags it is impossible to get this tags...

enhancement

When I try to init exiftool with custom config-file that describes some additional user tags I get this error: ``` File "/home/alex/.qgis2/python/plugins/geotagphotos/exiftool.py", line 193, in __enter__ self.start() File "/home/alex/.qgis2/python/plugins/geotagphotos/exiftool.py", line...

Small fix to bring theme closer to the official [Quick Start](https://gohugo.io/getting-started/quick-start/#step-4-add-some-content) document. This moves `content/post` to `content/posts` and also adjusts `config.toml` and several templates.

With the latest Hugo v0.61.0 theme throws a warning during build: ``` Markup type mmark is deprecated and will be removed in a future release. See https://gohugo.io//content-management/formats/#list-of-content-formats ```

Preserve miliseconds when dealing with timestamp without timezone columns. Fixes #186

If there are no changes in the PostgreSQL table, geodiff generates wrong query to fetch updated columns: ``` UPDATE "schema"."table" SET WHERE "id" = 2 ``` As a result it...

bug

Work in progress. Support edit buffer also when recoding new feature.

Fixes a couple of issues: - #460 - #459 and #438

It would be good to refactor validations in order to make them more testable and probably run them in the background to prevent blocking UI when we add more checks.

enhancement

Add a dock widget with project history. History is loaded from the server in the background thread when dock opens for the first time, then on each sync history is...