Sebastian Osuna
Sebastian Osuna
@aldas Totally agree. Generics, defaults, parsing are all improvements that must be made first. This was just a quick way for us to migrate out of `gin`. Just wondering if...
Two reasons mainly: - single Bind function - return values on ctx responses. Forgetting the return after early ctx.JSON has happened to us way too many times. The rest is...
@aldas talking about Bind, looking at one of your examples, another approach came into my mind: ```go type Data struct { Foo string `query:"foo"` Bar int `param:"bar"` Baz bool `form:"baz"`...
I think I'm running into the same crash, but apparently only happens in release mode for me. Running WinDbg on the resulting .exe gives me the following: ``` (1a64.22cc): Access...
That seemed to work. I just updated the dlls that I ship with my distributable
I didn't dig any deeper we just required client machines to install C++ Redist since that seemed to install the correct dlls. https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 Hope it helps.
> > That seemed to work. I just updated the dlls that I ship with my distributable > > Hi, where did you update this? I required users to install...
+1 just found out this is not supported :(