Dustin Deus

Results 409 comments of Dustin Deus

Any updates on this? We're looking for a native batch variant with async support. Exactly: > Async inserts use the ExecContext for std and a custom AsyncInsert for native. This...

Hi, could you reference to an async insert batch example with the native protocol? In the README states: > Using native protocol, asynchronous insert does not support batching.

> I haven't tested it yet, but you should be able to use async_insert setting with standard batch API: @jkaflik according to the debug logs and `system.asynchronous_insert_log` it doesn't work

I developed https://github.com/StarpTech/shikaka. I would be happy to earn some contributors.

You don't need any code from me you can just run `go test -v -race ./...` to see race conditions in the `httpcache` package ```go go test -v -race ./......

It seems that the issue sit here https://github.com/lox/httpcache/blob/master/handler.go#L218

Easy reproducible with `go test -v -race -run "^TestSpecResponseCacheControlWithAuthorizationHeaders|TestSpecMultipleCacheControlHeaders$"`

@mcollina bloomrun has dependents on: * https://github.com/upringjs/upring * https://github.com/mcollina/autocannon-ci They aren't maintained anymore?

> Have you tried using the github history/blame feature? There was no significant changes regarding to regex. Could you explain the edge cases when using regex? This case is also...

@mcollina could you have a detail look at it and tell me your expertise how it should behave correctly? After that, I could work on it.