Barnaby Keene

Results 165 issues of Barnaby Keene

It's been about a year that this library has been in production use in multiple real-world revenue-generating products and I've got a good handle on the improvements I want to...

I'm honestly not super sure how this will work... There was a case where a function iterated through a list of items and performed work that errored. The output error...

A common use-case for Fault is to wrap user-facing errors with fmsg.WithDesc where the second argument is a well-formed sentence of copy intended to be displayed to non-technical end-users. One...

For Go 1.20

enhancement
good first issue

Currently, Fault has this concept of a wrapper that has a message and a wrapper that is just a wrapper with metadata. The wrappers that only provide metadata and do...

Once API is v1, provide some snippets since I write errctx wrapping constantly: ```json { "if err != nil": { "prefix": "iferr", "body": [ "if err != nil {", "\treturn...

I have no idea where to start with this one unfortunately... Environment described here: https://github.com/maddinat0r/docker-debian-samp/blob/master/Dockerfile Build config etc: https://github.com/Southclaws/pawn-uuid/blob/master/CMakeLists.txt ``` [ 12%] Building CXX object src/CMakeFiles/uuid.dir/__/lib/samp-plugin-sdk/amxplugin.cpp.o [ 25%] Building CXX...

I want to conditionally add a value to an insert query but the resulting SQL isn't valid. ```go insert := squirrel.Insert("table") insert = insert.Columns( "id", "account_id", ).Values( id, accountID, )...

In a recent issue, #28, it was pointed out that the 0.3.DL version of the library has not received the same treatment as the main version. This is because the...

To be used in conjunction with https://github.com/Bios-Marcel/ServerBrowser/issues/18 - [ ] Add flag to allow server owners to declare whether or not they provide or require custom files such as .ipl,...