Kwaku Biney
Kwaku Biney
I'd like to help with this too :)
Alright looking at this now, I want to clarify a few things: 1. Looks like the ultimate goal is to return proper errors to the client? For example, the user...
> > Looks like the ultimate goal is to return proper errors to the client? > > > > The goal of (1) is to make feature detection more reliable....
> Hi @kwakubiney, do you have any statistics on practical memory and CPU time savings? The ones you posted only show the amount of allocs, but that's vague. > >...
Issue is upstream. https://github.com/golang/go/issues/66253 Edit: Merged now
Is it okay to close this now since the change has been merged upstream? @lmb
Could it be that it's the intended outcome? I read it as `"keysOut" and "valuesOut" must be of type slice. A pointer to a slice or buffer will not work`
Facing similar issue with this: ``` _dbContext.Crashes .Where(x => x.ShopId == shopId) .OrderByDescending(x => x.CreatedAt) .GroupBy(t => t.SerialNumber) .Select(g => g.First()) .AsNoTracking(); ``` Resolved using @lucasbode 's approach although it...
This looks interesting, is it more like a discussion issue (for now) or someone can pick up?
@BolunThompson Are you working on this? I can create a PR to fix it if you aren't