P. Ottlinger

Results 63 comments of P. Ottlinger

I run into the same issue, but there is a db folder: ➜ db git:(main) ls chroma-collections.parquet chroma-embeddings.parquet ➜ db git:(main)

Thanks, I repeated the ingestion and this fixed the issue for me. Same with you @hktalent ?

Trying to add the file as: ``` //FILES src/main/resources/Version.java=de.aikiit.spamprotector.util.Version.java ``` does not work: ``` $ jbang src/main/java/de/aikiit/spamprotector/AntiSpamApplication.java [jbang] [ERROR] Could not find 'de.aikiit.spamprotector.util.Version.java' when resolving 'src/main/resources/Version.java=de.aikiit.spamprotector.util.Version.java' in src/main/java/de/aikiit/spamprotector/AntiSpamApplication.java via Chain...

@maxandersen thanks again for having a look at my issue - I've disabled using the maven-filtered class yesterday when you've made the proposed changes. In https://github.com/ottlinger/spamschutz/commit/91121da88ecf9fa81abc3136afd433c3986187a5 I tried to play...

Thanks for the clarification, unfortunately I'm unable to use jbang then (at the moment :)). Thanks again for your help.

@maxandersen while playing around with jBang I stumbled upon this bug. When I try to add resource files for i18n they are not found/taken into account. Is this behaviour part...

@maxandersen thanks for your help, I updated the docs to make it even more explicit that paths need to be main-script-relative - https://github.com/jbangdev/jbang/pull/1669

Hi, does ``` jbake -i . target ``` work out for you?

I can reconfirm the problem with JDK20 as well. The configuration code looked ok, but I assume that either the property is not read from the configuration file or is...

Problems with animal-sniffer/jdk8-compliance: ``` [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar (default-cli) on project apache-rat-project: Execution default-cli of goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar failed: An API incompatibility was encountered while executing org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar: java.lang.UnsupportedClassVersionError: org/sonar/batch/bootstrapper/EnvironmentInformation...