Eric Bottard

Results 25 comments of Eric Bottard

Yes, attributes are per instance only (as of now)

Hi! MarkdownRenderer is a nice feature (whether used in a roundtrip case or not). Do you plan to have a release that incorporates that addition soon? AFAICT 0.21.0 does not...

If you really want *input text* to be the cause of interruption, then you just need to have your command periodically poll for text input. If you want a *signal*...

*Polling* means that the code of the long running task must periodically look for input. In pseudo code, it means that it looks like ``` while (thereIsSomeWorkToDo()) { lookForTextInput(); doATinyBitOfWork();...

Given that The local deployer uses the regular `docker` command, I believe there is nothing that can/should be done for this to work. If the user has successfully authenticated against...

Note that the format of authentication for the particular repository may be a bit peculiar, which may explain issues the original user may have. For example, reading the doc about...

Great. I am a dev advocate for CloudFoundry, so don't hesitate to ask questions if you need anything. We could have met, but I understand you're in Lyon (I'm in...

Merged on main as 80527b26 for inclusion in 1.1.0 @sobychacko please create issues related to your above comment if you feel like they're relevant. Thanks everyone for this high quality...

Hi @worldtiki, thanks for your contribution! While I can appreciate the need to provide means to customize ObjectMappers used in Spring AI, this PR seems too "overengineered" to me. IMO,...

Hi @leehaut, thanks for your contribution. I believe your PR has become irrelevant since we merged https://github.com/spring-projects/spring-ai/pull/3516. Can you please confirm this is the case.