Bruno P. Kinoshita
Bruno P. Kinoshita
A couple typos in the docs. Cheers Bruno
Combine default graph and optional graphs via UNION to return all the types available in the dataset
## Reasons for creating this PR Only the types of the default graph are returned in the REST API, unless the user enables the option in Jena that includes all...
## At which URL did you encounter the problem? When accessing Skosmos in my local environment (related #1324), using the latest `master` version, I noticed the underline is really light,...
## Reasons for creating this PR Replace the deprecated qtip JS library by a pure CSS tooltip. ## Link to relevant issue(s), if any - Related to #1151 ## Description...
## Reasons for creating this PR Support PHP 8 when using the test Docker image. ## Link to relevant issue(s), if any - Complements #1266 ## Description of the changes...
## Reasons for creating this PR From the linked discussion, looks like Varnish changed the image and now it cannot be used with its default port `80`. This pull request...
Prevents errors due to invalid locales with `_` (as per BCP-47). Closes #1204
## At which URL did you encounter the problem? Running Skosmos locally, with the locale `en_US`. In JavaScript, the locale needs - I think - to be replaced by en-US...
New feature request, so removed the bug template. At $work we use [Cypress](https://docs.cypress.io/), which while similar to Selenium, is way more stable and less error-prone (i.e. you won't have to...
At the moment the dependencies of Skosmos are defined [in Twig](https://github.com/NatLibFi/Skosmos/blob/ec68c432a7275f899176cba9551d303cf49fb4d4/view/scripts.twig). The scripts are defined in a order that is important and may change how the code works. We could...