Gregory Schier

Results 12 issues of 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...

bug
good first issue
E-Easy

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...

question
status: upstream
plugin: clipboard-manager

### 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...

type: bug
platform: macOS
status: needs triage

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...

type: bug
help wanted

> [!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...

type: bug
status: needs triage

After trying devtools for the first time, I noticed a lot of calls simply say they hang forever, even though my frontend got a response (even devtools lists a response)....

bug

https://feedback.yaak.app/p/request-chaining-and-swapping-environments This PR adds the ability to filter HTTP responses in the `response.*` template functions to ones sent in the active environment. - Add `environment_id` field to `HttpResponse`, `GrpcConnection`, and...

- Add storage options to `prompt.text()` - Add `window.(requestId|environmentId|workspaceId)` plugin APIs - Add `window.request()` etc template functions - Add new `previewType` (`live | click | never`) to template function definition...