Loïc Mathieu

Results 473 comments of Loïc Mathieu

On script it's `warningOnStdErr` we may want to deprecate it to avoid too many properties doing almost the same thing.

You only add the value in the error from the Worker, this is far from being the only places where we create an error. So if an error is inside...

> The copy on the Execution is a [mistake](https://github.com/kestra-io/kestra/blob/develop/core/src/main/java/io/kestra/core/models/executions/Execution.java#L110) that need to be fixed, I don't get the point of copying something that is [already present](https://github.com/kestra-io/kestra/blob/develop/core/src/main/java/io/kestra/core/models/executions/TaskRun.java#L61) at the TaskRun level,...

The end result of the new ExecutionError is this widget in the Execution Overview page, note that here the error comes from the Executor not from a task run. ![image](https://github.com/user-attachments/assets/8fdb0246-96eb-4ca0-87be-27e9556d5a00)...

A stacktrace is around 1KB as we only take the first 10 lines, it's more an error detail than a stacktrace. The idea is to have the "last error" inside...

Test are failing, something seems to didn't work well with the Storage emulator. Or maybe with how the current tests works.

Yes, I know what's happening. I'm preparing a PR, didn't have time to push it yet.

Please don't merge it. I fixed it in another PR.

I do understand that a full OAuth2 authentication flow may be complex to handle in Langchain4J, but if we have a way to add headers (maybe only the `Authorization` header...