-
On my system, when trying to generate a Graphviz report (with Graphviz installed), I get
```
File "gramps_webapi/api/resources/reports.py", line 212, in get
return send_file(buffer, mimetyp…
-
When searching for `osmgpsmap`, or any shortened version such as `osm`, I get a "Bad Body" error with this message:
```
The Json.Decode.oneOf at json.hits.hits[6]['_source']['package_homepage'] fa…
-
The thumbnail creation in [file.py:117](https://github.com/gramps-project/gramps-webapi/blob/a8a6e5982cdf22e5aae20b31717138f62161311d/gramps_webapi/api/file.py#L117) fails with error `OSError: cannot …
-
Please make sure to always add GEDCOM file to the github Repo. Gramps has an export option for that.
-
This would allow localizing date formats in the output. See the discussion in https://github.com/gramps-project/web-api/pull/54.
-
Starting to work on a timeline view, I hit the issue that the person timeline endpoint is *very* slow on my tree. It takes more than 20 seconds to fetch my timeline (with default arguments), which mak…
-
Be careful when you create the GEDCOM file, if you publish the data the living person should stay anonymous.
I think Gramps has an option for that.
-
We should be using metadata files that include translations. The translations are merged into the files as part of the build process.
@OzarkShepherd Do your new versions of these files differ much…
-
Looking at current API specification, metadata might also look at some key values set on
gramps desktop application ! Let me try to explain my comment on #48 .
web-api will generate new metadata …
-
With config
locales:
- locale: en-US
alias: en
on Debian 10, generate fails with:
AttributeError: 'NoneType' object has no attribute 'split'
Checking that the available_locale…