hugbubby

Results 7 issues of hugbubby

There were a bunch of hoops I had to go throught to get this working on gentoo that I should probably add to the Readme, for the good of humanity....

enhancement

I'm counting xfce4-battery-plugin, networkmanager, nm-applet, clipit, i3exit....

Relevant log here: {"level":"error","ts":1592987370.158914,"caller":"mlog/log.go:175","msg":"Connection unsuccessful: SendMail: Failed to authenticate on SMTP server., 451 4.3.2 Internal server error","path":"/api/v4/email/test","request_id":"hbu51jrw4ibezycaa48m7wd9ia","ip_addr":"172.91.91.228","user_id":"pjgmzrp4u3yr9p8q5iwiz5c3mw","method":"POST","err_where":"testEmail","http_code":500,"err_details":""} So somewhere along the lines the hydroxide server responds with: 451 4.3.2 Internal...

The old versions have the "file not found" bug when trying to use pretrained tokenizers.

The codebase I use registers its actions with the hasura server every time it boots, based on the handler's function definition in the code and some additional metadata. This is...

c/actions
k/v3-beta

Type annotations are a must-have for public facing library exports, as they allow users to infer a lot of information about calls/return values independent of documentation, as well as help...

## Bug description Getting an "AttributeError" when batching a transaction. ## How to reproduce 1. Create a complicated, large batched transaction. 2. Result: ``` Traceback (most recent call last): File...