Maximilian Gaß

Results 72 comments of Maximilian Gaß

Part of the problem is that approximateEqual for error comparison is imprecise. When marshalling, it seems all the errors are located at the same source position (where the marshal is...

R10k v5 was released in December and Bolt still depends on R10k < 5

> In your example, pgx.StructArgs(m) would return a pgx.QueryRewriter that reflected over the struct fields. Yeah I took a quick look at the implementation of `NamedArgs` when I saw the...

> it may be possible to have a rapid.SyncTest(rapid.T, func(rapid.T)) wrapper that calls synctest.Test inside with proper testing.T Oh, I didn't realize that is possible. Maybe instead of making it...

> I have a prototype in https://github.com/flyingmutant/rapid/commit/6be41f8ea26f6ea5695f3c7b83a94c36b8d71071, would be happy to have feedback on it. @flyingmutant I gave it a try in my scenario and unfortunately I am getting a...

I could not reproduce this separately, and the panic only happens with a previous fail file. If I remove that file, no panic happens.

> @mxey does the issue persist without using synctest and rapid.SyncTest? @flyingmutant I am not a 100% sure what you mean. The only changes between my test that worked and...

apps and core are two of the API groups in Kubernetes. apps contains objects like Deployment, but you’ll need core for ConfigMaps and others.

Is there another value to use as the selector to revert back to the whole body of the response? For the hx-select attribute you can presumably use hx-disinherit, but what...

Apparently there is hx-select=unset, it's just not documented https://github.com/bigskysoftware/htmx/issues/2246