Gordian Dziwis

Results 67 issues of Gordian Dziwis

I added to the development container startup script `ckan-dev/2.9/setup/start_ckan_development.sh`, the [following line for debugging](https://github.com/okfn/docker-ckan/issues/76): ``` sudo -u ckan -EH python3 -m debugpy --listen 0.0.0.0:5678 /usr/bin/ckan -c $CKAN_INI run -H 0.0.0.0...

See https://github.com/fnune/base16-vim/pull/34

Docker version is 18.06.1-ce, build e68fc7a and the error is: ``` E: Package 'oracle-java8-installer' has no installation candidate ```

- `npm -v` 7.6.1 - `node -v` v14.16.0 Issue is that the used versions of [node-pre-gyp](https://www.npmjs.com/package/node-pre-gyp) and [bcrypt](https://www.npmjs.com/package/bcrypt/v/3.0.0?activeTab=readme) are deprecated.

[Don’t Use `sudo` with `npm` …still | by Andrew Crites | Medium](https://medium.com/@ExplosionPills/dont-use-sudo-with-npm-still-66e609f5f92)

**CKAN version** 2.9 **Describe the bug** [This](https://docs.ckan.org/en/2.9/extensions/tutorial.html#creating-a-plugin-class) and [that](https://docs.ckan.org/en/2.9/extensions/tutorial.html#adding-the-plugin-to-setup-py) are not needed anymore.

Good for Contribution
Beginner Friendly

This commit removed obsolete TS* highlight groups: https://github.com/nvim-treesitter/nvim-treesitter/commit/42ab95d5e11f247c6f0c8f5181b02e816caa4a4f This has to be done: https://github.com/nvim-treesitter/nvim-treesitter/issues/2293#issuecomment-1279974776 I will do it the next days.

bug

After `mvn clean install` there are no debian packages built to install. ```dockerfile FROM maven:3-jdk-11 ENV SHA=b50353b3eb0424197194732b9faac5ce7330159f RUN apt-get update && apt-get install -y \ default-jre-headless \ jq WORKDIR /app/...

When working with a split window layout the following gives bad behavior: 1. Open split 2. Scroll content down in new split with mousewheel. (Do not click cursor should be...

Would it be possible to add the feature to run a rdf file against a shacl graph and parse the validation result and return errors to client?