Anton Mostovoy
Anton Mostovoy
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...
when the datadog java agent 1.23.0+ is configured 'lein uberjar' freezes indefinitely. it works fine with 1.22.0 or before, OR when `DD_INSTRUMENTATION_TELEMETRY_ENABLED=false` Minimal project to reproduce the issue is attached...
Per https://github.com/aws/aws-sdk-java/issues/3077, latest AWS SDK remove dependency on software.amazon.ion/ion-java that had the cause of CVE.
per https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#list-workflow-run-artifacts, `actions: read` is required. Without it the action fails after logging `Fetching artifact list for workflow ` due to `Error: HttpError: Resource not accessible by integration`
### Describe the bug A clear and concise description of what the bug is. Include version by typing `gh --version`. ### Steps to reproduce the behavior ``` git checkout -b...
## Feature summary When comparing objects or maps, and actual map has keys that expected map doesnt, the error prints both maps and a message like this `actual and expected...
**Is your feature request related to a problem? Please describe.** When this error is logged ``` {"@t":"2025-06-10T14:59:24.4812141+00:00","ThreadId":39,"@x":"System.ArgumentException: Read size too big, should be less than 4096 items\n at EventStore.Core.Services.Storage.StorageReaderWorker`1.ReadStreamEventsBackward(ReadStreamEventsBackward msg)...
**Describe the bug** 1. publish an event of type `test' to any stream 2. publish an event to a stream $et-test managed by the `$by_event_type` projection2. * I am aware...
### 🐛 Current behavior https://docs.kurrent.io/clients/grpc/getting-started.html#connection-string states ``` gossipTimeout | Number | 5 | Gossip timeout in seconds, when the gossip call times out, it will be retried. ``` but this...
### 🐛 Current behavior db-client depends on grpc-protobuf, which depends on proto-google-common-protos db-client jar contains the following classes * com.google.rpc.Code * com.google.rpc.CodeProto * com.google.rpc.Status * com.google.rpc.StatusOrBuilder * com.google.rpc.StatusProto which also...