Sean Aye

Results 45 comments of Sean Aye

Turso is a great platform but I've had to drop it because of the lack of sqlx support. Every so often I come back to see if theres any updates...

I don't think I have the permission to change the label, I don't see the button for it. Thanks for looking!

I'm not sure how to configure pinentry in the way that you described. I have installed the branch in the PR and also gpgme, but when I go to commit...

@FabianLars I don't believe it is quite the same issue. I compiled my app with 0 external monitors. Just the M1 Macbook screen and it is still in the incorrect...

this project is open source if you want a repro https://github.com/seanaye/boom

This appears to only be an issue in Chrome, not Firefox

Hi @8e8b2c, this repo requires all commits to be signed. You will need to [setup commit signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) and rebase your changes. Thanks for your contribution!

Could you please provide an example of where a mutation occurs with &T for the current code? I can't find anything other than reading the body which is a bit...

I don't think its required to keep the init options inside of the `Request`. Its possible to keep it as `struct Request(web_sys::Request)` and use `js_sys::Reflect::get` to access the init options...