Results 9 issues of Dave Ceddia

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

security: reviewed

I ran into an issue where a Save dialog that's been given a path and a filename doesn't open to the given path. I'm using Tauri, but I think the...

I'm using Tauri and its auto-updater functionality. It prompts "do you want to download the update?" and then separately, "do you want to restart now?" (after it has unpacked the...

I'm using rust-ffmpeg with ffmpeg 4.4. I ran into an issue playing audio where I was getting weird blips of noise, but only sometimes. It would change between runs, randomly....

First off I just wanted to say this is an amazing project. Excellent work! It's a ton of fun to play around with. I'm always curious about what's inside native...

Bug
Chore

I'm building a Tauri app on a self-hosted Windows runner. Here's the relevant bit of the action yaml: ```yaml name: 'publish' on: push: branches: - release jobs: publish-tauri: permissions: contents:...

enhancement

### Describe the bug [ moving this here from Discord ] I'm getting a deadlock when I try to resize the window (or re-focus it, or any other action that...

type: bug
status: needs triage

**Describe the bug** Sentry reported a crash in a user's instance of the Recut app. ``` panic: assertion `left == right` failed: this shouldn't be possible. please open an issue...

type: bug

**Do you want to request a *feature* or report a *bug*?** I think this is a bug. **What is the current behavior?** When trying to use `create-react-app --use-pnp` while offline,...