Igor Cananea
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(...
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...
Add 640x512, 640x256, 320x256, 640x360, 512x192 and 960x540 modes and restored 512x384 mode to VDP
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...
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...