Lars Willighagen
Lars Willighagen
`gnverifier -s 11 -M "Poa trivialis L."` returns the following: | Kind | SortScore | MatchType | EditDistance | ScientificName | MatchedName | MatchedCanonical | TaxonId | CurrentName | Synonym...
### What is broken? shexjs in node ### Version ```plain text 1.0.0-alpha.29 ``` ### What happened (e.g., it crashed)? Validating the following data: ```turtle @prefix ex: . ex:foo ex:a "bar";...
**Fix in Scholia** - [ ] handle prefixed DOIs: #2729 (→ #2736) - [ ] clear up error message for DOIs without metadata: #2719 (→ #2734) - [ ] flag...
Fixes #2729 ### Description Handle DOI queries with DOI input that still contains a full DOI URL or a DOI with a `doi:` prefix. ### Caveats * [x] This change...
Fixes #2719 ### Description Update error message for DOIs where no metadata can be found. ### Testing * E.g. this nonexistent DOI: http://127.0.0.1:8100/doi/10.1002/pssb.202600316 ### Checklist * [x] I have [commented](https://peps.python.org/pep-0008/#comments)...
A query with the following clause led to an OOM error (https://qlever.dev/wikidata/8cm28Y): ``` OPTIONAL { ?child wdt:P105/rdfs:label ?child_rank_label . FILTER (LANG(?child_rank_label) = 'en') } ``` > Tried to allocate 6.7...
I was looking through `tuenc.def` and apparently `\textcommabelow` is not defined as the `COMBINING COMMA BELOW` (`U+0326`), but rather something more complex: https://github.com/latex3/latex2e/blob/59b3e833a5507d01c78171c9e42570485aea2b4d/base/ltoutenc.dtx#L1563-L1566 Does this have to do with the...