Lucas Fernandes Nogueira

Results 72 issues of Lucas Fernandes Nogueira

Is this library still maintained? There's some forks with macOS support (https://github.com/gamebooster/soundboard/blob/master/extern/hotkey-rs/src/macos.rs) but I didn't test it yet. Would you accept a PR with that?

Per the AppKit docs, [allowedFileTypes](https://developer.apple.com/documentation/appkit/nssavepanel/1534419-allowedfiletypes) is deprecated. We should use [allowedContentTypes](https://developer.apple.com/documentation/appkit/nssavepanel/3566857-allowedcontenttypes) if available. I believe I can PR this this weekend.

### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...

### What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...

### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...

The Linux implementation throws an error if we use a collection that does not exist, [this is the code](https://github.com/hwchen/keyring-rs/blob/8b6a387f362740b054eaebd7c7e8a8dc4cfcd584/src/linux.rs#L25). I think it should create the collection if it is not...

enhancement
help wanted

This PR updates the Tauri application to the beta-rc release! I've kept all previous logic so it's easier to test, but we could set up the new Tauri auto updater...

The `set_maximized` API sets the window to have the full monitor size even when a maximum size is set. This issue only happens when the decorations are disabled. Here's an...

type: bug
platform: macOS

### Describe the bug right click examples, sometimes no event and no response https://user-images.githubusercontent.com/1621419/165968794-dce51009-215e-4b44-91a2-8c62a474ef41.mov ### Reproduction 1. run app with try menu on macOS 2. right click try icon ###...

type: bug
platform: macOS