Shane Witbeck

Results 22 issues of Shane Witbeck

Any thoughts about why this is happening? It's not obvious from the stack. Seeing the following occassional exception in latest (1.8.7) for a stream with 260 shards and low throughput:...

enhancement
question
v1.x

I'd like to use Rouille with a static site generator and would like to automatically serve index.html by default. For example if `/` is requested, then serve `/index.html` or if...

Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested. **Expected Behavior** Just as existing open issues touch on...

**Expected Behavior** Spring properties are exposed to control timeouts used by the clients. **Current Behavior** There's no documentation or properties to control things like connect, read, and write timeouts. **Context**...

The current docs (https://vanniktech.github.io/gradle-maven-publish-plugin/central/#secrets) only show an example of setting credentials when using a `secretKeyRingFile`. I found that when using an exported in-memory key, the following works: ``` signingInMemoryKey=lQdGBF4jUfwBEtEpr64iB9b6YRkWil3EODiiLd9JS3V...9pip+B1QLwEdLCEJA+3IIiw4qM5hnMw= signingInMemoryKeyId=your_key_id...

documentation

I was looking for examples of how to test with Dagger but didn't find any. The only reference I found was on the website. Perhaps pointers to projects that use...

Could you provide an example of how to integrate with a clap v3 derive app? I'd like to be able to have configuration file and/or environment variables provide defaults, then...

I've been at work on an Agent framework that leverages Spring AI here: https://github.com/thesurlydev/spring-ai-collab The intent was to build an agent framework that caters to Spring users. It currently has...

**Expected Behavior** Spring AI should support [Groq](https://groq.com/) with nothing but configuration changes. **Current Behavior** Although Groq's [documentation](https://console.groq.com/docs/openai) states that it's compatible with OpenAI API, just changing the Spring AI configuration...