Loïc Mathieu

Results 194 issues of Loïc Mathieu

**Describe the bug** Exception when calling BlobClientBase.exists(). ***Exception or Stack Trace*** ``` java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking, which is not supported in thread default-nioEventLoopGroup-1-5 at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:87) at reactor.core.publisher.Mono.block(Mono.java:1779) at com.azure.storage.common.implementation.StorageImplUtils.blockWithOptionalTimeout(StorageImplUtils.java:146) at...

question
Storage
Client
customer-reported
needs-team-attention

### Expected Behavior We can use either Jackson AfterBurner or BalckBird modules. ### Actual Behaviour Adding either AfterBurner or BlackBird module in the classpath will make our Micronaut application crashing...

#### ℹ️ Repository information **The repository has**: - [x] At least three issues with the `good first issue` label. - [x] At least 10 contributors. - [x] Detailed setup instructions...

Hide some labels by default to avoid having too many of them cluttering the UI. We should hide them in lists but not in the execution overview page. Part-of: https://github.com/kestra-io/kestra/issues/2059

Fixes #5615 Since Jackson 2.10, to serialize duration as string we need to switch WRITE_DURATIONS_AS_TIMESTAMPS off as it no longuer use WRITE_DATES_AS_TIMESTAMPS. I tested and an old flow with a...

### Issue description Today, we automatically create the Flow source when it didn't exist. We also "normalize" the flow source when we get it. This was because: - Before 0.9,...

area/backend
kind/cooldown