Joshua Carroll

Results 9 issues of Joshua Carroll

As described in #77 **spec:** ``` { "operation": "shift", "spec": { "arr[+]": "key1", "arr[+]": "key2", "arr[+]": "key3" } } ``` **Input:** ``` { "key1": "field1", "key2": "field2", "key3": "field3" }...

Extra allocations are done when using an empty `bytes.Buffer` [here](https://github.com/buger/jsonparser/blob/master/parser.go#L478) in `createInsertComponents()`. `bytes.Buffer` uses a normal grow strategy of successively doubling in size. This could be avoided by counting the...

##### Versions | Sarama | Kafka | Go | |--------|-------|----| | 1.26.4 | 2.6.0 | 1.14.1 (CGO) | When I ran with same config / same cluster / same data...

With helm `stable` and `incubator` being deprecated in a few weeks (see https://github.com/helm/charts/issues/21103), there won't be a canonical helm chart available any more for running eventrouter. Anyone thinking about hosting...

we use wait-for-it.sh heavily in CI for docker integration testing in golang. Recently a job broke due to wait-for-it.sh error. I believe the issue may have to do with something...

### Terraform Version v0.11.11 ### Affected Resource(s) Please list the resources as a list, for example: - kubernetes_service (spec.port.target_port) ### Terraform Configuration Files ```hcl resource "kubernetes_deployment" "my_app" { # ......

Currently, `basic.Source.Stop()` is not restart-able or checked by `Close()`. So, everything works as long as the same goroutine is writing to `Input()` and calling `Close()`, but stuff gets weird if...

We were having some [debate](https://github.com/JoshuaC215/agent-service-toolkit/pull/42#issuecomment-2395542834) about whether / how to clean up the ChatMessage class in `schema/` which is a thin wrapper around LangChain BaseMessage, which is starting to add...

* upgrade uv-setup action to v4 for good measure * pin several dependencies to versions with 3.13 support **PENDING** * [ ] Gemini package is broken for 3.13 currently -...