Nikola Vasiljevic
Nikola Vasiljevic
Upon the `lazygit` installation, I tried to run it, but I am getting the following error: ``` >lazygit new Traceback (most recent call last): File "/Users/niva/opt/miniconda3/envs/pywasp_env/bin/lazygit", line 5, in from...
Hi there, I followed the instructions of running webprotege from a docker image, which is basically to create `docker-compose.yml` and exectute `docker-compose up` in terminal. However, there are a few...
Hi there, I encountered failed tests of my notebook for cells that produce plots. I have been getting an error: ``` Traceback: Missing output fields from running code: {'image/svg+xml'} ```...
I have several controlled terms that have labeles (skos:altLabel) in language(s) which are not standard, i.e., language tags do not conform to language standards, such as RFC 3066. Is there...
@tfrancart I am trying to build a Docker image which contains Skos play: https://github.com/niva83/skos-play-docker What I am encountering is that Tomcat is unable to load `skos-play.war`: https://github.com/niva83/skos-play-docker/issues/1
Is there any simple docker-compose recipe to run qlever? I am aware `qlever-control` , but prefer having a docker-compose.yaml to try out `qlever`. Thanks!
First of all, a fantastic tool! I played with it today making ontology. I noticed issues in generated ontology if I use "/" instead of "#" for entities IRIs. Code...
MyPy does not like PyVis, since library is missing stubs / py.typed. Can you please add `py.typed` to the package? Thanks
I am wandering is there a way to output SQL query without executing it against downstream database in ontop CLI ?