Osma Suominen
Osma Suominen
I added `components/jqueryui` to the list. It's separate from jQuery and we're currently using jQuery UI 1.12. Version 1.13.2 is available ([released in July 2022](https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/)) and it should be compatible...
Can you provide any concrete examples of such logging for example in other PHP applications? Are there any good PHP logging libraries that would help implement this? Is this something...
Checking the current situation as the issue was opened some time ago and the problem with php-token-stream is already gone thanks to the PHPunit upgrade. Here is a [recent CI...
The fix looks reasonable - except for the question I made in [this comment](https://github.com/NatLibFi/Skosmos/issues/1204#issuecomment-919863186): does it even make sense to use underscores for language tags in config.ttl? We know they...
Thanks for proposing this, and for the SPARQL example. Do you have an example of a SKOS vocabulary where skos:OrderedCollection is used? We don't have a need for this at...
Thank you for the example! One possible workaround is to assign notation codes to the courses (using `skos:notation`), so that the order of the notations corresponds to the intended visual...
Thanks for the PR @pulquero ! Can you explain what the problem is? As I understood it, you have URIs with more than one hash character (why?) and these break...
Thanks for the PR @pulquero ! Can you explain what you did here in a bit more detail? Which operation was slow, and how much does the optimisation help? Are...
Thanks for the details. It's still not entirely clear to me which operation was slow from the user perspective. The function in question (generateTransitivePropertyQuery) is a rather low level one...
Thanks for the PR @YOUR1 and sorry for the somewhat late response. Can you explain why you decided to create an authentication layer in PHP? The alternative would be to...