x80486
x80486
### Clear and concise description of the problem I'm used (from `GitLab CI`) to be able to provide some some references in filters; for instance: ```yaml default: image: docker.io/docker/compose:alpine-1.29.2 stages:...
### Clear and concise description of the problem `Woodpecker CI` could benefit from using some defaults to avoid repetitive blocks and/or references to anchors. This is something I used to...
### Is there an existing issue for this? * [x] I have searched the existing issues ### Berty product Desktop app ### Feature request [Flatpak](http://docs.flatpak.org/en/latest/introduction.html) is a technology for building,...
### Is there an existing issue for this? * [x] I have searched the existing issues ### Berty product Mobile app ### Berty product version 2.431.2 ### OS Android ###...
I have a Spring Boot `2.3.2.RELEASE` WebFlux application. In the `application.yml` I have these settings: ```yaml spring: jackson: property-naming-strategy: SNAKE_CASE serialization: write-date-timestamps-as-nanoseconds: false write-dates-as-timestamps: true ``` Indeed, almost any JSON...
### Expected Behaviour ```javascript { "first_name": "Guybrush", "last_name": "Threepwood", "age": 38, "_id": "baf5dade-eabd-4d54-98f7-e90f6953108f" } ``` ### Actual Behaviour ```javascript { "first_name": "Guybrush", "last_name": "Threepwood", "age": null, "_id": "baf5dade-eabd-4d54-98f7-e90f6953108f" } ```...
### Expected Behavior HTTP client shouldn't throw `io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found`. ### Actual Behaviour It does throw :sob: --- If I have this setting in the application's configuration (say: `application-test.yaml`) file:...
Upcoming Cucumber versions (`@cucumber/cucumber`) will deprecate the built-in `json` formatter — although I'm not entirely sure when they say "the next major release" if it's the upcoming version `7.x` or...
I'm not sure what's the status of `jberet-support`, but it does contain quite some useful components, so I guess it's useful to include it as part of this artifact's `BOM`...
Running multiple tasks in `Deno` using the built-in `task` command is not quite flexible. Would you consider the addition of a feature that allows users to execute multiple tasks sequentially...