Igor Cananea

Results 6 issues of Igor Cananea

### Version 1.15.0 ### What happened? Tried both on v1.15.0 and HEAD (as of August 26 2022). sqlite schema: ```sql -- name: UpdateChild :one CREATE TABLE IF NOT EXISTS Child(...

bug
:wrench: golang
:books: sqlite
:computer: linux

Adding a 640x360 doublescan resolution would allow users to have a 720p display with 2x integer scalling while keeping a 1/4 framebuffer. I have added this on my fork, with...

Currently, if the cursor is on, it will always blink. This makes it using the cursor in a text editor annoying because it blinks even when you are going through...

enhancement

Today it is not possible to know which FG/BG colors are being used without resorting to some printing a character on the screen, and then querying for the pixel colors...

*xrpc.Client.Do only looks at Auth.AccessJwt when adding the jwt token, so I changed ServerRefreshSession to copy the RefreshJwt token to it before calling Do. Alternatively, we can change Do to...