David Peck

Results 5 issues of David Peck

I'm using go-enum v0.5.0 Linux x86_64 I've created an enum as such: ```go //go:generate go-enum -f=$GOFILE --marshal --names --nocamel --prefix TokenTypeEnum_ package tokens /* ENUM( AD_HOC_USER = 1 APP_USER OTHER...

The example function produces invalid hashes for files that aren't a multiple of `CHUNK_SIZE` bytes in size Fixes two issues: + replaces use of `eof_reached()` who's docs say to use...

bug
documentation
cherrypick:4.2

Allows the docker images for the builder / worker / traffic containers to be configured for better customisation

I'm trying to generate the [devContainer.base.json](https://github.com/devcontainers/spec/blob/main/schemas/devContainer.base.schema.json) schema with the following: ```sh go run github.com/atombender/go-jsonschema --package=devcontainer --output=schema.go https://raw.githubusercontent.com/devcontainers/spec/refs/heads/main/schemas/devContainer.base.schema.json ``` The schema contains the following spec: ```json "memory": { "type": "string", "pattern":...

Quicktype does not generate a field for additionalProperties in the output Go struct ## Issue Type Quicktype output ## Context (Environment, Version, Language) Input Format: JSON Schema Output Language: Go...

bug