Steve Gray

Results 27 issues of Steve Gray

### 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...

enhancement

With a file that does a basic import such as: ``` (index.js) import Something from './somefile' ``` When I give delete-react-zombies the folder, /somefile.js gets picked up for deletion. I...

We had an issue recently with our Kafka cluster where it was provisioned to some nodes using `strimzi` that were over-comitted on memory, causing OOM errors and pod restarts periodically....

### 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...

enhancement

At the moment the swaggerRouter assumes that all required() modules are object-returns, with slots for each controller method. This means that you cannot effectively pass-in test control flags, value substitutions...

Looking through the code, I can't find any work that supports the 3.6 onwards wire-protocol compression. I've got a few cases now where I'm tapping out 1/10Gbe network adapters in...

enhancement

When subscribing and resolving documents, we notice that it seems to be the case that messages are getting resolved sequentially. Is there a way to buffer and in-parallel expand the...

internally-reviewed

I believe some of the code comments is misleading. The **SelectQueryContext** operation is by partition key, however **GetQueryContext** is by the full primary key? https://github.com/scylladb/gocqlx/blob/a112b4c31a2b97ab07420d7dd48a3fa455467e99/table/table.go#L100 ![image](https://user-images.githubusercontent.com/14563775/194993237-75bb2dcc-c987-4f65-8c95-42aa3374f682.png) Observationally it seems to...

### 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...

enhancement

We're trying to use capnproto with our CI solution, which avoids go get's at runtime. Because of the lack of a .go file in the STD folder, the go.capnp file...

question