Nils Breunese

Results 21 issues of Nils Breunese

`frontend-maven-plugin` uses `nodeDownloadRoot` to download the configured version of NodeJS. `nodeDownloadRoot` defaults to https://nodejs.org/dist/ when not explicitly set, but can be overridden. When `frontend-maven-plugin` detects it's running on Alpine Linux,...

Currently https://github.com/awaitility/awaitility/releases/tag/awaitility- shows a release without a version in the tag and file name. According to `pom.xml` in the source zip this is version 4.0.3.

### Description I'm using [Colima](https://github.com/abiosoft/colima) to run Docker containers on macOS and pulling and running images via the `docker` CLI tool works just fine. Colima created and activated a Docker...

**Description** The [documentation for CMD](https://docs.docker.com/engine/reference/builder/#cmd) says: "If you want shell processing then you must either use the _shell_ form or execute a shell directly, for example: `CMD [ "sh", "-c",...

kind/docs

I'd like to see documented until when each Spring Cloud release train is supported, similar to what Spring Boot documents at https://spring.io/projects/spring-boot#support There is a [wiki page about Spring Cloud...

waiting for feedback

I use [MacPorts](https://www.macports.org) instead of Homebrew as a package manager on macOS, so I've tried to add support for detecting my MacPorts Python 3.10 installation. Please note that I'm not...

It would be very nice if couchdb-lucene could provide runtime statistics about its operations like CouchDB does at /_stats.

Although this is a cool project, if you add the following line to the top of `/etc/pam.d/sudo` there is no need to replace `sudo`: ``` auth sufficient pam_tid.so ``` It...

- https://github.com/jekyll/jekyll/releases/tag/v4.3.0 - https://github.com/jekyll/jekyll/releases/tag/v4.3.1 [Jekyll 4.3.0 added webrick as a dependency](https://github.com/jekyll/jekyll/pull/8524), so this update should also fix #335.

Fixes https://github.com/envygeeks/jekyll-docker/issues/335 Fixes https://github.com/envygeeks/jekyll-docker/issues/346