Topher Lamey
Topher Lamey
Also getting this in the output, not sure if it's relevant: `@Bean method GrpcStubScannerConfiguration.grpcStubScannerBeanFactoryPostProcessor is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a...
I'm up for helping as well - looks like there's a bunch of forks: https://github.com/kstyrc/embedded-redis/network This one seems to have the most work behind it: https://github.com/fmonniot/embedded-redis
Sounds good
@krzysztof-styrc completely understand, life can get busy - thanks for getting the project this far, it's very useful! I'm kind of leaning to a new fork that's not dependent on...
I don't have ready access to Windows - I'm in Linux and OS X land...
To be clear, I meant the distribution artifact name probably shouldn't be tied to a specific user. The GitHub project will have to be under a user - I just...
Might be able to do something like this: ``` OpenAI( "your-open-ai-api-key", httpClientConfig = { install( createClientPlugin("RateLimitPlugin") { onResponse { response -> response.headers["x-ratelimit-remaining-tokens"]?.let { remainingTokens -> response.headers["x-ratelimit-reset-tokens"]?.let { resetTime -> //...
+1 on bundling binaries for integration tests - for example, Redis support was recently added to https://github.com/lukas-krecan/ShedLock and requiring users to have specific versions of Redis installed (including CI) is...