maxlath
maxlath
This happens when the client fails to load a dynamically `import`ed chunk, which can have several reasons: - an existing browser tab had started a session when a new client...
A pattern that seems to happen now and then: a user has ISBNs but doesn't go through the barcode scanner or the importer, and ends up finding more convenient to...
[now that notifications are paginated on the server-side](https://github.com/inventaire/inventaire/pull/441), the client only loads the default amount of notifications, with not mechanism to load more: it could be useful to be able...
Addressing #710 This implementation lets 2 claim shapes co-exist: * The classic standalone claim value (aka "simplified claim"): ```js { 'wdt:P2969': [ '51324755' ] } ``` * The new claim...
ex: in the activity "A new edition has been attributed to [La Volte](https://inventaire.io/entity/wd:Q3213929): [Koinè](https://inventaire.io/entity/inv:27f5f8e89b15ab0504501d147c8dcfcb)" the [mastodon rendering](https://mamot.fr/@[email protected]/112297737471431831) gives focus to first link, here the publisher (La Volte), instead of what...
I'm currently debugging an issue where a handlebars template calls the `imgSrc` function without the last optional argument, but passes instead its handlebars template context object. That should be a...
Hi! I'm surprised to not find a single mention of [Wikidata](https://www.wikidata.org) in the repo as that seems to be the perfect match as a basis for your `Entity` knowledge graph:...
the following command ```sh shex-to-json https://www.wikidata.org/wiki/Special:EntitySchemaText/E233 ``` fails with this error: ``` aborting: Error: error parsing JSON https://www.wikidata.org/wiki/Special:EntitySchemaText/E233: SyntaxError: Unexpected token P in JSON at position 0 at parseShExJ (/some/project/node_modules/shex/lib/ShExLoader.js:274:14)...
Alternatively to installing the app from F-droid #559, I installed the app using [Yalp](https://f-droid.org/en/packages/com.github.yeriomin.yalpstore/). The installation process went well but once I opened the app, I got the following message:...
Client side PR for https://github.com/inventaire/inventaire/pull/753