Will Bicks

Results 5 issues of Will Bicks

In playing with my (new to me) Boosted Mini S, I discovered I have a battery firmware version that is newer than the only one you have listed for the...

This PR updates the version of `ent` used, and fixes an issue when trying to use `entviz` on go >= 1.18 (see #13). In addition, the examples are regenerated to...

When trying today to use `/cmd/entviz` for the first time, I ran into the following error: ```bash $ entviz ./ent/schema 2022/06/11 16:01:21 internal error: package "context" without types was imported...

I started switching from [`google/go-cmp`](https://github.com/google/go-cmp) to `is` in pursuit of the latter's more pleasant and succinct syntax, but unfortunately have run into issues with how times are compared by `is`....

The current openapi schema describes the two valid enum variants for `prompt_cache_retention` as `in-memory` and `24h`: ``` prompt_cache_retention: anyOf: - type: string enum: - in-memory - 24h description: > The...