James Forward

Results 6 issues of James Forward

Hi, I'm having a bit of a struggle getting the following code to work: ``` package purchase; import com.github.tomakehurst.wiremock.WireMockServer; import org.powermock.api.mockito.PowerMockito; import org.powermock.core.classloader.annotations.PrepareForTest; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import...

Various patches that make this work with the latest libraries, and specifically macOS 12 Monterey. Confirmed by running: ``` brew install macfuse xcode-select --install export CPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include make . make sudo...

**Is your feature request related to a problem? Please describe.** At the moment, the only way to access Anthropic Claude using Langchain4J is via the AWS Bedrock library, but there...

enhancement

Hi! AKHQ is fantastic, but the data masking using regex doesn't really scale well if you have complex personal data (pii) requirements (for example, if you need to mask *all*...

Updated several things: 1) Moved gradle to gradle 8.9 2) replaced deprecated & unstable gradle APIs & refactor to make work with 8.9 3) upgraded most library dependencies to suitable...

I see it hasn't been updated for a long time and doesn't support the new 2.0.0 release of Avro4k (tried, and even with some code tweaking/adding a new implementation for...