Results 10 issues of Uldis Bojārs

The plugin breaks with an error message (when calling `curl`) in case if the current filename contains spaces. This pull request fixes it (by putting the filename in dbl-quotes).

I would like to translate the UI to Latvian. Latvian Wikipedia: https://lv.wikipedia.org

When get_data.py is run without --date parameter (default: current date) the script may fail with the 404 Not Found error. It would be good to print a helpful notification in...

bug

server.py fails because HTML_FILE_TMPL is defined in build_page.py and not in common.py: ``` $ python server.py Traceback (most recent call last): File "server.py", line 6, in from common import HTML_FILE_TMPL,...

bug

The `rdflib-jsonld` package has been deprecated / merged into `rdflib`. When trying to launch a newly installed `mc2skos` application an error message is displayed: ``` .../python3.7/site-packages/rdflib_jsonld/__init__.py:12: DeprecationWarning: The rdflib-jsonld package...

Program fails with an AttributeError when mapping 5XX fields in case if subfield "4" is not present: ``` File "virtual-env/to-SKOS/lib/python3.7/site-packages/mc2skos/record.py", line 597, in __init__ super(AuthorityRecord, self).__init__(record, options) File "virtual-env/to-SKOS/lib/python3.7/site-packages/mc2skos/record.py", line...

Follow buttons for some of Mastodon servers (e.g. https://mastodon.ie or https://toot.lv) do not work. These follow button links contain text "`[object Object]`" instead of the actual Mastodon URI to follow...

The link to the demo of OntoPad is broken (returns 404 Not Found error): https://ontopad.aksw.org/

There is an error with the mindmap layout that appears if the mindmap note (in its textual form) gets edited in another tab: To reproduce: 1. have two tabs with...

I am getting the following error message when trying to install Omikuji from the Github repository under macOS 14.7 on an Apple silicon Mac: ``` error[E0282]: type annotations needed for...