-
```
The API is a little bit "clumpsy".
Just compare this:
assertConstraints(issues.errorsOnly().inLine(1).under(Modul.class,
"bla").named("x").oneOfThemContains("Anzeigename"));
to:
assertHas(iss…
-
Often it's really annoying to rewrite long chained operations in an functional style. The https://github.com/mindeavor/es-pipeline-operator would help with this when it arrives, but for now, expressio…
-
### Describe the bug
This url works:
```
https://graph.microsoft.com/v1.0/sites/landolakes.sharepoint.com/siteId/lists/listId/items/delta()?token=changeTokenFromPreviousDeltRequest
```
This u…
-
```
$kubectl version
Client Version: v1.30.4
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.5+IKS
```
```
Fluent Bit v3.1.4-ibm
* Copyright (C) 2015-2024 The F…
-
All `Register` overloads of the registration API return `void`. By instead returning an object that describes the made registration, it would allow users and third parties to build extension methods o…
-
```
The API is a little bit "clumpsy".
Just compare this:
assertConstraints(issues.errorsOnly().inLine(1).under(Modul.class,
"bla").named("x").oneOfThemContains("Anzeigename"));
to:
assertHas(iss…
-
We are `aws-fluent-bit` to route the logs from our main container to Datadog. I was recently troubleshooting an issue where the ECS Fargate task was exiting due to one of its essential containers exi…
-
Thanks for providing a dedicated Axon Framework Testing API. This API helps a lot!
Regarding the given-when part the API is very easy to use, but I have some issues with the expect-part.
Your Tes…
-
Currently the builder only provides a fluent API. While this has some advantages it also have some disadvantages:
- Bad IDE support:
- Auto-formatting would remove proper indentation
- Easy to …
-
## Bug Report
Executing a hot reload with from a sidecar container in the same pod as fluent-bit with `curl -X POST http://localhost:2020/api/v2/reload -d '{}'` gets stuck and if you try to reload …