Spencer Malone

Results 9 issues of Spencer Malone

**Is your feature request related to a problem? Please describe.** When you have versioning enabled on a bucket, by default any deletion request will include `generation`, and according to https://cloud.google.com/storage/docs/object-versioning...

type: feature request
api: storage

https://github.com/lusis/go-rundeck/blob/master/pkg/httpclient/client.go#L304 is getting picked up by a race detector. I know there wasn't an explicit statement saying this was thread safe, but I was surprised to see that it wasn't!

I don't think (based on issues found in the golang repository) that we will see golang support for forking in shared c libraries anytime soon. If you fork and interact...

### Issue description According to: https://github.com/go-sql-driver/mysql?tab=readme-ov-file#unicode-support > When **only** the charset is specified, the SET NAMES query is sent and the server's default collation is used. When **both** the charset...

### Bug report Because phpstan find the autoloader based on __DIR__ at https://github.com/phpstan/phpstan-src/blob/1f54e5ac42c99241bdc2a6a14cec9053009f3600/bin/phpstan#L21C2-L21C70, if you distribute phpstan as a path repository using composer, you will load the wrong autoloader. For...

### Bug report I would expect 2 errors here: One for `native union types` on the property, and one for `native union types` on the parameter. Instead I only have...

feature-request

**Is your feature request related to a problem? Please describe.** For things like modular monoliths, or for cases you have a directory of your local projects, it would be nice...

**Overview** By default, protobuf responses do not include default values, even for json. This can make inspecting json responses through curl or custom clients rather confusing, as entire fields may...

This is a pretty minor thing, but this being unset makes static analysis get angry on generated classes, so I figured it was probably time to just include it.