Barnaby Keene

Results 317 comments of Barnaby Keene

I am in agreement of `fault.WrapMulti` Something either like multierr's `Append` or `Combine` methods. A curried function could also result in a slightly nicer DX by not requiring a slice...

Okay so here's one use-case I'm just jotting down for my own reference: We have an API that publishes content, content on our platform _always_ has many contributors, when a...

> assume in most cases the list of errors is built programmatically Perhaps, though codebases I work on are a mix of both, a variadic argument (regardless of whether it's...

Hey, thanks for opening an issue! It's good to see some feedback about the design here as I went back and forth about this for a while with user testing...

WithData could be a nice non-breaking approach, I like it! I would likely stick with a design like https://pkg.go.dev/log/slog#Debug where it's just `...any` though I'm curious to hear if anyone...

I hear you, type safety is usually my top priority, but ergonomics of the API is also important - if it's awkward to use, fewer people will be inclined to...

I had to look up the source code as I forgot what it even does, and there are no examples either, sorry! `JSON_ArrayAppend` takes three arguments, the first is an...

`WithFriendly` seems nice, I'd like to write a new package for this really with a more well thought out API. Don't want to break the v1 promise though...

Hi, this was introduced here https://github.com/Southclaws/pawn-json/commit/fb9734850a4c35c98fb6517e2da73695b8ebfd01 and I'm not sure why but it should be fairly simple to add.

It looks like SSE is failing in a hash table library called hashbrown. I'm not really sure what the cause is from the trace though. Do you know if your...