Kevin Burke

Results 132 issues of Kevin Burke

The parent company is defunct and I can't push changes to this project anymore. I'm continuing development at https://github.com/kevinburke/rickover

Occasionally the duration reported by calling `a := time.Now(); b := time.Now(); c := b.Since(a)` can be negative, since Go does not use a monotonic clock source for `time.Now()` calls....

This gives us more control over stdout and also allows us to exit with the same return code of the program under test, e.g. `ts -- which foo`

Probably we can be smarter with allocations and buffer growing etc. to improve performance. ``` $ make bench go list ./... | grep -v vendor | xargs go test -benchtime=2s...

Has anyone built a UI that reads from the chat history stored in sqlite3? I want to be able to quickly scroll through my previous chats. I am aware that...

Frequently the LLM starts typing an answer and I want to give it more feedback because it's not quite typing the right thing. I don't know how to stop the...

Sending requests with token auth returns a 403 when sending no token would be able to access the resource. We should try making an unauthenticated request if we get a...

I'm trying to figure out all of the inputs that could have possibly been used to calculate the growth projection for Lafayette and Danville - would it be down to...