Rok Roškar

Results 50 issues of Rok Roškar

One thing I am finding difficult with neosemantics is that in its current form, it doesn't offer a unified API for import/export. I.e. I can import using the driver, but...

Hi there, is there any way to manage which versions of the shared libraries are installed? We're having an issue with the latest releases of setuptools and cannot find a...

Hi there, I am trying to use `jupyterWith` to build a docker image on a Mac (OSX 10.15.7) using [linuxkit](https://github.com/nix-community/linuxkit-nix) and once it completes and the image is loaded, I...

Hi, thanks for this very useful rdflib plugin! I am running some tests and comparisons and am noticing that using sqlite results in very large db sizes. I have a...

enhancement

We should remove the `Pipfile` and adjust the documentation to use `virtualenv` or just `venv` instead.

We should go through our architecture docs and update the diagrams and/or descriptions to make sure they match current reality. - [x] main architecture diagram https://github.com/SwissDataScienceCenter/renku/pull/2566 - [x] notebook service...

It appears that github actions natively supports cancelling previously running workflow jobs since... erm last year. 🤷‍♂️ We should stop using the hacky https://github.com/rokroskar/workflow-run-cleanup-action and use [concurrency](https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow) settings instead. -...

ci/cd

Seems like people are starting to make their own template repositories - we should collect the links with some descriptions and encourage people to contribute their own.

kind/documentation

Currently we do not have an acceptance test for the "play" button that quick-starts interactive sessions. Recently this led to us not realizing for quite some time that the launches...

acceptance-tests

For many reasons, knowing the version of a component in a deployment is useful and should not require one to access the kubernetes API or have knowledge of the deployment/instance...