Caesar Schinas

Results 40 comments of Caesar Schinas

> any code example pls?? This is what I have in the `setup` hook in my app: ```rust #[cfg(target_os = "macos")] { // Disable the automatic creation of "Show Tab...

:+1: This would be great! Would it also be possible to replace existing files in the zip?

This would be fantastic. I would hope for @cipnt's option 1 – storing the database key securely in the Keychain protected by TouchID. See https://developer.apple.com/library/content/samplecode/KeychainTouchID/Introduction/Intro.html.

@jessemx109 I don't think that's how the Secure Enclave works. It can only store *cryptographic keys*, and at that, only ones generated directly within the Secure Enclave. The key can...

Great work @L4grange! Just one observation from me; I would like to be able to enable (or later disable) TouchID for my database without changing the password. This seems like...

That sounds like a good solution, thanks!

Just a note that I have added a homebrew formula for kplex to [Pavel's "navutils" tap](https://github.com/nohal/homebrew-navutils), including a launchd plist. But if you want to include the plist in this...

I think just the fact that Codeberg is supporting and has switched to Forgejo probably makes it notable enough to be included. It's more actively developed than many other projects...

I understand that, but I guess it's a question of where you draw the line once a fork becomes significant enough in its own right. For example, Gogs and Gitea...

I think it's fair to say that if you want to discount the ownership / development model (which was the original primary motivation for the fork, and from what I've...