Alex Dubov

Results 42 issues of Alex Dubov

I had an application running against AWS Aurora (3.05.2 - the most recent version) when out of sudden my application started returning a large number of "unknown prepared statement handler"...

Properly formatted byte code is invaluable when addressing non trivial issues and when dealing with generated classes. It will be nice to have a toggle for this (Netbeans has one).

enhancement

### Bug type Component ### Component name TreeView ### What happened? I have a smallish tree view with mostly 2 levels of nesting. The tree is all custom, relying on...

### Go version go version go1.22.4 darwin/arm64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='arm64' GOBIN='' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOOS='darwin' GOPROXY='https://proxy.golang.org,direct' GOROOT='/opt/homebrew/Cellar/go/1.22.4/libexec' GOSUMDB='sum.golang.org' GOTMPDIR=''...

NeedsInvestigation

### Acknowledgements - [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [X] I have verified all of my SDK modules are up-to-date (you can perform a...

bug
workaround-available
p3
queued

### Description A rather common pattern in concurrent code is a use of atomic variable, that can be read outside of locked section but must be modified only inside the...

type: enhancement
good first issue

rules_go v0.54.0 I have a bunch of GRPC services which used to compile just fine with "go_grpc". I'm trying to use "go_grpc_v2" to compile the same packages, and it fails...

Ext/zapslog allows one to use zap as "backend" in slog enabled apps. However, it is possible, that some library has objects implementing `slog.LogValuer` while main app is using zap as...

It so happens, that `App` already has a handy method called `osExec` which can be used to override the exit action (when such is signaled from `Shutdowner`, for example: https://github.com/uber-go/fx/blob/f11bfed22eb3420720babc6be5901d8fda6f7c4a/app.go#L320...

Users of the SDK are actually very interested, what sort of error was returned from Firebase. Some errors, for example, require deliberate actions on the SDK user side. Kindly move...

needs-triage