Nicolas Laval
Nicolas Laval
Hi, I built a custom Kernel thanks to your plugin and inject it into jupyterlab. Is there a simple way to define a token list to highlight in cells?
Hi, `Which` call break on Windows. Replacing it with `Where` in `antlr-compiler.js`, line 98 fix. Nevertheless, it's not a clean solution, juste a temps one... Refering to #21 , it...
See the [issue](https://github.com/ckan/ckan-docker/issues/154) posted on `ckan-docker` please.
### Current Behavior See below the Java sample code. When I do connection.add(model) a DELETE request is sent to the triple store. Why? ### Expected Behavior I'm looking to have...
I tried to follow the [quickstart doc](https://github.com/ad-freiburg/qlever/blob/master/docs/quickstart.md) with the olympic sample. When I tried to index data with: ``` chmod o+w . && docker run -it --rm -v $QLEVER_HOME/qlever-indices/olympics:/index --entrypoint...
Hi, I tried to instantiate the latest dockerhub Qlever release with a really simple cmd: ``` docker run adfreiburg/qlever -p 7001:7001 ``` I had the following issue: ``` Error in...
As describe in the ckan/Dockerfile.dev, I added the following lines to `Dockerfile`, and run `docker compose build` ``` RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \ pip3 install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v0.0.6/requirements.txt ```...
You provide `configure.py` command to set default slug and backend URL (and some other minor things about other datasets) but I didn't find a way to update directly and simply...