AlexeiZenin

Results 12 comments of AlexeiZenin

@stevehu The second solution @pragmaticway mentions is the solution I am currently implementing in one of my projects (hence how I stumbled upon your implementation and found this bug). From...

A good system to look at where this bug also occurs is with Spring's Session implementation with Zuul Gateway where they also have this cross-instance race condition not handled (in...

@zeitounator for testing S3 without having an S3 account Localstack can help. I've used it in the past to get a more real integration test without needing to deploy to...

For others looking for a quick fix (if this does not become the default), you can use this configuration: ```xml csharp folder base_namespace= ``` This causes a directory structure to...

> @edenhill this is proving really useful for me in copying data between topics/servers. For example: > > ``` > ./kafkacat -C -F ~/.kafka-dev -o beginning -e -t patient -J...

Slack link for context: https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1665779140680989

+1, I am on SB 3.0 and can't see an easy path from these NativeHint annotations in OP to the new method of adding the "hints" as @eye-dee mentions

Running the solutions here I still get 3 errors on Ruby 2.7.0 for an Intel Mac. One of the errors: ``` context.c:190:20: error: incompatible function pointer types passing 'VALUE (struct...

For anyone stumbling on this just update the gem to the latest version and try that. It ended up working for me (since this is just for debugging won't really...