Ludovic DEHON

Results 337 comments of Ludovic DEHON

@gioccher what is your error when trying to join our slack?

you can join using that [link](https://kestra.io/slack)

First time I work on vuepress plugin, not really sure it's the right way to handle options. Tell me what do you think

@leo-buneev any suggestion ?

@leo-buneev I've updated to last version and fix some issue ? Maybe a review ?

In my special case, I need to inject custom `datasources` properties for a specific command, this will configure an h2 database for a command automatically. You could find an implementation...

@remkop it's exactly what I do [here](https://github.com/kestra-io/kestra/blob/c2822aeea118473ddbeace8919f50e4fbbc802f7/cli/src/main/java/io/kestra/cli/App.java#L90-L96). In a better world, I would like to have a better integration in micronaut, maybe an annotation `@Property(name = "foo.bar", value = "stuff")`...

it's totally possible for akhq (with a PR), but it can be useful for the micronaut community as well. @sdelamo do you think this make sense for this project directly?

Just to confirm that I've tried with - 4.3.8, 4.4.1 - with or without `NettyLaxServerCookieDecoder` or `DefaultServerCookieEncoder` All failed at approximately 5% of the request, only the 4.3.4 fixed the...

@graemerocher, the first version of micronaut-security failing is the `4.6.8` I've update to micronaut-platform at `4.3.8`, downgrading to micronaut-security to `4.6.7` at working well, starting from `4.6.8` I start to...