Gregory Schier
Gregory Schier
We recently had a user on a Raspberry PI try to install the [railway.app](https://railway.app) cli but it failed to find the correct binary for their arch: https://github.com/railwayapp/cli/issues/94 From their posted...
**Describe the bug** When calling `to_json` on an object like `{foo: undefined}`, it should result in `{}` and not panic. Here are some various behaviors (demo's using Node) which it...
I know this was intentional, because there's an error message, but should `readText()` return nothing when the clipboard is empty instead of throwing a 400? Or, perhaps there could be...
### Describe the bug Sandboxed macOS apps do not have permissions to write to the installation folder, so updates fail. Sparkle gets around this by running the updater outside the...
Using the recommended setup, I sometimes get duplicate releases created for the same tag. Perhaps a race condition? This ends up with some artifacts uploading to one and other artifacts...
> [!IMPORTANT] > The issue was that the sidecar binary was read-only but Tauri silenced the permission error. See https://github.com/tauri-apps/tauri/issues/11778#issuecomment-2495504198 for more info. ### Describe the bug I'm trying to...