Christopher Kohnert

Results 6 issues of Christopher Kohnert

The TTL behavior is pretty unexpected for items in persisted, longer-lived DBs, especially with large TTL (on the order of say, weeks or a month). It appears that the file...

**What steps did you take and what happened:** Periodically Octant crashes with a panic. The amount of time is indeterminate. Sometimes it runs fine for ~45min or more, sometimes it...

The generated `MarshalJSON()` implementation currently has a pointer receiver: ```go func (msg *Foo) MarshalJSON() ([]byte, error) { //... } ``` Generally this is fine, as protobufs aren't value-copyable and are...

Use `git shortlog` to expose the contributors list both at a repo level and/or an individual file level. This is useful for sites that may want to highlight the maintainers...

Currently if you use a detached head repo (or otherwise have weird branch mappings) the build will fail with a `fatal: ref refs/remotes/origin/HEAD is not a symbolic ref` error when...

When using `keyring.FileBackend` and you try to remove a key that doesn't exist, it returns an `fs.ErrNotExist` instead of `ErrKeyNotFound` like other backends.