Magnus Kokk
Magnus Kokk
We're seeing this in our tests. Our testcases each have their own context that gets cancelled when the testcase finishes. There is a race condition that the whole transaction may...
> It must be a timing issue because it can be resolved by inserting a sleep or gosched here: By inserting a delay before the context gets canceled gives the...
I have a usecase where I found no reason to switch from the standard library's `sync.Map`: https://github.com/mgnsk/evcache/pull/35
I had the same issue with [this image](https://github.com/mgnsk/dotfiles/pkgs/container/ide). It seems like the error was triggered when processing these filenames which are included in my image: https://github.com/ibhagwan/fzf-lua/tree/8a63c9e7998a51319c3cc118bb38241c18acc9c8/tests/screenshots I added the `-joliet-long`...
I have a similar question. When I use the Recover middleware and this middleware together, the log output is different depending on the order of middlewares: When Recover middleware is...
I still get the error with Decky v3.0.1-pre3. It happens when deleting a screenshot. I think it might be related to Steam's new screenshot UI
> try again without decky, this is probably a steam bug I selected disable decky until next boot and then I was able to delete screenshots.
You could use https://pkg.go.dev/golang.org/x/net/netutil#LimitListener.
Strangely, your example works for me. I had the same error when attempting to implement my own service where I used zod types. You might try explicitly specifying your types....
> I'd be OK with renaming the existing to `RFC2047DecodePair` or similar, and removing the single parameter pair specialization from the originally named func, if you think that would make...