Vincent Emonet
Vincent Emonet
**Describe the bug** White screen when login to the web UI after logout **To Reproduce** Steps to reproduce the behavior: 1. Deploy Ubuntu dekstop 2. Login: that works 3. Logout...
In the latest release the release notes are not anymore publicly available All of sudden we have a broken jira link (which is weird because most of public issues are...
Hi, @jeswr @RubenVerborgh I am trying to use `n3` in a Web Component built using Lit Element, so in-browser javascript, but there seems to be issues with `n3` imports (which...
Hi @vitalis-wiens , we are trying to rebuild WebVOWL but it is not possible All the images for WebVOWL are relying on a .war file that was downloaded from http://downloads.visualdataweb.de/webvowl_${version}.war...
Installing ZSH in a Debian based docker container (jupyter/docker-stacks) with this scripts creates folder and files with wrong permissions. In the `Dockerfile` installing as root user: ```Dockerfile RUN sh -c...
If my titles are URLs. E.g.: ## [My issue](https://github.com/ekalinin/github-markdown-toc/issues/67) Then the generated markdown will keep this URL in the TOC. So when I click on the TOC link I got...
### Description: I deployed the radanalytics/spark-operator on OKD 4.6 (using OpenDataHub, you can find the full ODH manifests we are using here: https://github.com/MaastrichtU-IDS/odh-manifests) From this spark-operator I started a Spark...
Thanks for the answer to https://github.com/dajobe/raptor/issues/45 @dajobe Happy to see those libraries are available! I could indeed install it with `apt install libraptor2-0` But how do we know about it?...
We are trying to convert a SQLite database (the chinook.db example) but r2rml is having trouble finding the driver ``` 2018-12-06 15:16:46 ERROR R2RMLProcessor:98 - Error connecting to database. java.sql.SQLException:...
Added the environment variable `ENABLE_CORS_AUTH` to disable basic authentication for HTTP OPTIONS to enable CORS requests preflights. The default behavior does not change, authentication for OPTIONS is still enabled by...