Ken Brownfield

Results 13 comments of Ken Brownfield

Installing copygen at main doesn't seem to change the behavior with the above test case: ``` an error occurred while formatting the generated code. /Users/kb/go/src/github.com/StackPackCo/shishito/cp/generated/generated.go:43:22: expected '==', found '=' (and...

> For this goverter has support for defining the mapping on the conversion methods, see [`map`](https://goverter.jmattheis.de/reference/map). This methods also allows you to define custom methods for the conversion https://goverter.jmattheis.de/reference/map#map-source-path-target-method. Yes,...

> Do you think it's okay to have tag matching as addition to the normal field name matching? Or should it be explicitly definable, e.g. `matchNames tag:json fieldName` would only...

Ah, so normal field name matching would happen, except `fieldName` would be matched by tag==json? There might be a situation where that becomes necessary/useful, it's just that I personally haven't...

If you're here because your builds are now breaking within your Google framework dependencies, this is a good example of what happens when a Go project doesn't practice standard Go...

1. We only have one prompt with the simple use case, but we also have one that uses a (long) dynamic enum list for the LLM to choose from (which...

Just a fly on the wall here, but this pattern makes me wonder if there are concurrency issues: ```go func (c *connectionPool) NewRequest(method string, urls ...string) (Request, error) { return...

I'm not aware of having that on (it's not in our config, and I can't find a Settings entry that has it enabled (or configurable). If it's `gopls.staticcheck` in settings.json,...

I originally made an initial pass at a test case, but a simple one-/two-package case in the same module wasn't sufficient. If I could get a pointer to the location...

It would be nice if `redis.Nil` worked again for redis "Not Found" responses, even if typing errors is intractable.