Jakub
Jakub
## Description Logging is inconsistent. If there are no new change units to be applied there will be no logging for change units which were already applied. Under some circumstances,...
**Describe the bug** MFA prompt shows up and can't be cancelled **To reproduce** 1. Enter your MFA token, pick some CloudWatch logs 2. Enable log tailing (click on "Tail logs")...
### Bug description I've added Bitbucket step uploading Git metadata. This is step configuration: ``` script: - curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "./datadog-ci" && chmod +x ./datadog-ci - export DATADOG_API_KEY=$DD_API_KEY...
After I restarted my Raspberry, HiFiBerry stopped working. Well, it was working but not pushing any output to my target device. I have impression that "audio output" setting has been...
Demo project: https://github.com/jmayday/liquibase-demo **Liquibase version: 4.15.0 #4001 built at 2022-08-05 16:17+0000** I'm adding Liquibase integration to project and I would like to prepare a change set creating indexes **if they...
This test fails (silently) when creating index by keys (createIndexNoOptionsTest): ``` { clientId: 1, type: 1} {unique: true, name: "ui_tppClientId"} { clientId: 1, type: 1} ``` ``` Command failed with...
This is similar to already closed https://github.com/spring-projects/spring-data-mongodb/issues/4285. If I include `$replaceRoot` stage, aggregation fails with `CodecConfigurationException`. Below is the (bit anonymized) aggregation itself. Workaround is to use `$project` instead of...
### Description Since some time Docker got unstable. It makes Spring Boot `@Testcontainers`-enabed tests to not start (they simply hang on start). Also, if I go to Docker Desktop app...
Scenario: * run a test having multiple nested classes (all tests, in all nested classes require Wiremock to be up and running) actual behavior: * tests in first nested class...