Loïc Mathieu

Results 270 comments of Loïc Mathieu

@thomas-depierre-ntico thank you, we will see what we can do without these information.

For the record, this is known to not work on Windows, see https://www.postgresql.org/message-id/[email protected]

I tested it and it works with a 2.1GB file with the fix to file upload, see https://github.com/kestra-io/kestra/pull/3429 It should have been caused by an invalid file truncated to 2GB

In this case, maybe the name should be changed as it's misleading. - Save Task - Update Task - Apply - ...

Hi, Even if it can be handy, I'm not sure we already have this kind of feature anywhere in Quarkus. And the main question is, would you be eager to...

Hi, Can you try with the latest Quarkus version, it should be 3.6.1. If it still fails, can you provide a reproducer project?

@va1erian @roiar @charalampos-micholias in JVM mode we use the default MongoDB DNS resolver, nothing specific to Quarkus. However, in native mode there is an experimental DNS resolver as the MongoDB...

Part of https://github.com/kestra-io/kestra/issues/3421 It lacks the metrics from the executor which is more complex to compute as it would need to query the database so it didn't close the issue.

This is a frontend issue, the frontend sends `Invalid date` instead of null for non-required date when nothing is filled in the date selector.