Sam Hughes

Results 9 issues of Sam Hughes

I propose that RAML specify behavior for ?merge-tags?, with traits and resource types, allowing a type to be specified. Generally it can safely be assumed to be a string, but...

The go-critic plugin for VS Code incorrectly highlights type-assertions with sloppyTypeAssert if the type assertion statement asserts a slice-type. This was initially observed for a declared type as a slice...

bug

# Clarification and motivation I want to configure new instances of Cache using the functional options pattern instead of chained methods. ```Go cache, err := NewWithOptions( otter.WithDeletionListener(func(key string, value string,...

enhancement

I'm trying to build a package for a project which will be deployed to amd64/linux targets. An example of the command I'm trying to run: `GOOS=linux GOARCH=amd64 gopy pkg -dynamic-link=true...

When building a jarfile for JDBC templates, the GCS write stage fails. I get the following error, without exception: ``` [INFO] --- install:3.1.2:install (default-install) @ dataproc-templates --- [INFO] Installing /Users/******/******/dataproc-templates/java/dependency-reduced-pom.xml...

### What happened? The bigquery-emulator handling of a CreateReadSessionRequest differs from actual bigquery behavior. If CreateReadSessionRequest.MaxStreamCount field is not set, executing CreateReadSession() against the emulator will result in a session...

bug

Go Critic doesn't like generic type-switches. It reports a caseOrder lint on both orderings of a type-switch which asserts on either of two type parameters. I have a little testing...

bug

**Describe the bug** Types which use pgtype types must reimplement JSON serialization logic, to avoid suffering from the stdlib choice to escape specific characters with HTML escape sequences. "[the string...

bug

I develop on a Macbook with one of the new-ish ARM-based CPUs. Because of this, I cannot use the published image with a containerized, local integration-test suite. This is mainly...