FUJI Goro
FUJI Goro
Hello, team! I'd like to use `--ulimit memlock=infinity`, as `sys/resource.h` provides `RLIM_INFINITY`. Fortunately, `-1` is already supported as the infinity, so I've implemented a new keyword `infinity` as an alias...
This is a completely new implementation that supports the latest MessagePack specification: str/bin. extensions, timestamps. Resolve https://github.com/msgpack/website/pull/19 in a better way.
``` java @SerializedName("foo.bar") public String bar; ``` Inspired by https://github.com/google/gson/issues/807
As [Orma](https://github.com/gfx/Android-Orma) does.
fix #12 Added `Makefile` to run unit tests. disclosure: I've used Claude Code to make this PR.
**Description:** `actions/go-setup` cannot install `go1.26rc1`: https://github.com/sqldef/sqldef/actions/runs/20521055234/job/58956343695?pr=1066 This PR fixes it by introducing `normalizeVersionSpec()`. With this PR, setup-go can install `1.26rc1`: https://github.com/sqldef/sqldef/actions/runs/20523447714/job/58962500134?pr=1066 **Related issue:** (none) **Check list:** - [ ] Mark...