Osma Suominen
Osma Suominen
I rebased the `issue1396-hierarchy-mainConceptScheme` to current `master` so it now includes all the fixes and changes that went into the Skosmos 2.17 release. I also tested this with the new...
Thanks for the report @namedgraph . Indeed the likely culprit here is the EasyRdf library that Skosmos uses for RDF handling; specifically we use the [sweetrdf/EasyRdf](https://github.com/sweetrdf/easyrdf) fork. Currently we have...
@nikopartanen Can you add the SKOS-XL examples from YSO that we know of?
I can confirm what I already speculated above: This is a bug in sweetrdf/easyrdf 1.7.x which we are currently using in Skosmos 2. I tested upgrading to a more recent...
The fix has now been merged to the `skosmos-2` branch and will be part of the next 2.x release, which will hopefully be released next week. The same fix needs...
I think this could be done using an AbortController to [abort the previous fetch operation](https://javascript.info/fetch-abort). Here's what Phind.com suggested: > To modify the partialPageLoad function to cancel the previous fetch...
Thanks for the report. This is currently not a supported feature. Forced line breaks are working for concept scheme metadata, but not for concept definitions. I converted this to an...
Thanks for the report. Given the current development priorities (see #1472), I think it's unlikely that we can address this in Skosmos 2, as we are concentrating on Skosmos 3...
We will need to use another installation mechanism for Handlebars.js. We will need to create another build/install setup for Skosmos 3.x anyway.
Thanks for reporting. It seems that this is a top concept. That could explain why I wasn't initially able to replicate the problem.