Sebastian Davids

Results 106 issues of Sebastian Davids

Spring Boot 3.2.5 # Logs ```shell $ docker compose logs db -f ... db-1 | 2024-05-16 10:18:14.746 UTC [37] LOG: connection received: host=192.168.65.1 port=42395 db-1 | 2024-05-16 10:18:14.766 UTC [37]...

type: enhancement

Spring Boot 3.2.5 The explicitly configured usernames and passwords are not used when using the Docker Compose support: ```yaml spring: datasource: hikari: username: example_rw password: example_rw liquibase: user: example_ow password:...

type: enhancement
status: pending-design-work
theme: containers

**Describe the bug** I am unsure if this implementation is the same algorithm as the [original](https://github.com/paralleldrive/cuid2/tree/main). **To Reproduce** The entropy is computed differently: https://github.com/paralleldrive/cuid2/blob/53e246b0919c8123e492e6b6bbab41fe66f4b462/src/index.js#L7-L14 https://github.com/thibaultmeyer/cuid-java/blob/c55aa797b13348a01ad1a059fe88a5af1c613e8f/src/main/java/io/github/thibaultmeyer/cuid/CUID.java#L265-L275 --- The hash is computed...

help wanted
question

## Before this PR #649 ## After this PR ```groovy revapi { config = resources.text.fromFile("path/to/revapi.yml") } ``` ## Possible downsides? None.

## Status Quo https://github.com/palantir/gradle-revapi/blob/93a1a4d85981e17b655bbe3a59ee7c1f80cd0973/src/main/java/com/palantir/gradle/revapi/RevapiPlugin.java#L177 ## Feature Request ```Kotlin revapi { config = resources.text.fromFile("path/to/revapi.yml") } ``` Similar to: https://docs.gradle.org/current/dsl/org.gradle.api.plugins.quality.CheckstyleExtension.html#org.gradle.api.plugins.quality.CheckstyleExtension:config https://github.com/gradle/gradle/blob/64a6594da705cd2e2d110317e1e9e52a78b37012/platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CheckstyleExtension.java#L81-L83 https://docs.gradle.org/current/dsl/org.gradle.api.plugins.quality.PmdExtension.html#org.gradle.api.plugins.quality.PmdExtension:ruleSetConfig https://github.com/gradle/gradle/blob/64a6594da705cd2e2d110317e1e9e52a78b37012/platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/PmdExtension.java#L177-L179 ## Motivation I would like to have all tool...

Several issues mentioned on https://github.com/bytesparadise/libasciidoc/blob/master/LIMITATIONS.adoc have been fixed.

```shell $ mkdir /tmp/test && cd "$_" $ gradle init --type java-library --java-version 21 --project-name test --dsl groovy --test-framework junit-jupiter --no-comments --no-incubating --quiet $ perl -i -l -p -e "print...

### TruffleHog Version 3.81.8 ### Trace Output ```shell 2024-08-14T13:38:38+02:00 error trufflehog error occurred with trufflehog updater 🐷 {"error": "cannot move binary (exit status 1)"} ``` ### Expected Behavior The latest...

bug

### Is your proposal related to a problem? I would like to be able to set custom HTTP headers when using `npm start`, i.e. `react-scripts start`. Currently our proxy provides...

issue: proposal
needs triage

**Description:** Since nvm [v0.40.0](https://github.com/nvm-sh/nvm/releases/tag/v0.40.0) `.nvmrc` may contain comments. [[New] allow .nvmrc files to support comments](https://github.com/nvm-sh/nvm/commit/29dce5edfd0976f9a1728c5746715c24061fd404) **Repro steps:** .nvmrc ``` # comment 20.16.0 ``` **Expected behavior:** `.nvmrc` files with comments are...