David E. Wheeler

Results 143 issues of David E. Wheeler

**Describe the bug:** In v2.2.0 and earlier, after a call to `manager.Add`, the size of `ks.KeysetInfo().GetKeyInfo()` would increase. In v2.3.0, it does not (and `Len()` also doesn't return the proper...

From the v2.3.0 release notes: > Removed `primitiveset.PrimitiveSet`, `keyset.Primitives` and > `keyset.PrimitivesWithKeyManager` from the public API. This API was never > really intended to be used outside Tink. We are...

Trying to build the extension on Postgres 17 on Linux I get this error: ``` make: Entering directory '/app/parquet_s3_fdw' g++ -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv...

### What happens? I built and installed pg_duckdb, then downloaded the latest binary release, [libduckdb-linux-amd64.zip](https://github.com/duckdb/duckdb/releases/download/v1.1.3/libduckdb-linux-amd64.zip), and put `libduckdb.so` into `/usr/local/lib` so that the OS would find it in the `ld`...

packaging

### Summary I'm getting false positives for G602 when using a switch statement for bounds checking. ### Steps to reproduce the behavior Run gosec against this test case: ``` go...

bug
help wanted

### What version of Hugo are you using (`hugo version`)? ❯ docker run ghcr.io/gohugoio/hugo:v0.136.5 version hugo v0.136.5+extended linux/arm64 BuildDate=unknown VendorInfo=docker ### Does this issue reproduce with the latest release? Yes....

Bug
Feature: Docker Image

Error compiling on Postgres 17 on Ubuntu ``` /usr/bin/ld: cannot find -lpgcommon: No such file or directory /usr/bin/ld: cannot find -lpgport: No such file or directory ``` Seems odd. Works...

For _years_ I've written tests like this: ```go func TestValueType(t *testing.T) { t.Parallel() a := assert.New(t) for _, tc := range []struct { test string val any exp bool }{...

enhancement

On the assumption that the ClickHouse foreign tables would be imported into a schema named `uk`, add an additional option to the database selector, "fdw". Change the selector code to...

Getting build failures with some modules on some of the Windows Perl builds. So far I've seen it with 5.24 and 5.40; seems like there may be others. These errors...