Eric Deandrea
Eric Deandrea
Even when downgrading BitWarden, for me the integration still doesn't work. I can get further, meaning DDG "sees" the integration, but when I need/want to enter a credential, DDG does...
I will be away from my desk for a couple of days so I will report back once I've confirmed
Yes you are right the `package.json` does have direct calls to `npm` (among other things)... ```json { "name": "parasol-insurance", "version": "1.0.0", "description": "Backend for the RAG Chatbot Patternfly.", "repository": {...
Thanks @melloware and @ia3andy for being so responsive! You rock!
I tried to run `./gradlew --no-daemon -p consumer check` locally with Java 17 but couldn't get it to build (even before my change...) ```shell ╰─ ./gradlew --no-daemon -p core clean...
Ooooh you are very right! I totally overlooked that! I'll take a look in the morning and see how to run the validation. I'm not too familiar with JUnit's API,...
The use case I'm trying to solve is if I have an `@Test` method that has one of those annotations on it, the consumer test fails because at that point,...
To be honest I haven't, but I also don't think I've tried this exact same thing. Is there a reproducer? If so, I can try it.
That would be helpful.
Thanks @philippart-s! @geoand I see the same issue on my mac.