Luiz

Results 4 comments of Luiz

if you want to make the cursor command to work; Rename cursor downloaded image to cursor.AppImage (I'm assuming it is on Downloads if you're using ubuntu) if you use zsh...

Yes, tabs + filters could be awesome

the invalid token issue is within `api/auth/utils/validate-token.js` file instead of ```ts const { token } = req.query as { token: string } ``` it should be ```ts const authHeader =...