Hive Hive
Sign in

Forage

Feature requests, bug reports, feedback, GitHub issues, and Grafana alerts in one queue.

Items
632
Open signals
159
Domains
11
Forage items
Item Type Status Domains Source Updated Actions
fix(server): remove min-width:100vw causing horizontal scroll with classic scrollbars

Removed min-width: 100vw from the dashboard’s top-level .layout element in server/assets/app/css/layouts.css.

GitHub issue
Closed
No domains
tuist/tuist #11018
fix(cli): stop emitting -Xcc @resp into OTHER_SWIFT_FLAGS (Xcode 26 “expected exactly one compiler job”)

In LinkGenerator.setupFrameworkSearchPath, the framework-search-path response file is now injected into OTHER_SWIFT_FLAGS as a bare @<resp> token instead of -Xcc @<resp>. `…

GitHub issue
Closed
Generated projects
tuist/tuist #11023
fix(cli): infer DerivedData location for inspect build and tests

When no --derived-data-path is passed, tuist inspect build and tuist inspect tests now infer the DerivedData location the same way Xcode does, instead of always appending `<n…

GitHub issue
Closed
CLI
tuist/tuist #11015
fix(cli): use AsyncParsableCommand for plugin run and test commands

  • Fix tuist plugin run and tuist plugin test which silently print help instead of executing the plugin

GitHub issue
Closed
CLI
tuist/tuist #10603
GitHub issue
Closed
CLI
tuist/tuist #11032
fix(cli): pass precompiled framework search paths to Swift inline, not via @resp

Draft. Fixes the Swift-side failures of the framework-search-path response file under Xcode 26. See the “Scope and limitation” section: this is necessary but not sufficient when …

GitHub issue
Closed
Generated projects
tuist/tuist #11033
fix(infra): report container readiness for tart-kubelet VM pods

When a Tart VM is up with an IP, tart-kubelet now synthesizes a containerStatus per spec container (Ready: true, Running, name/image from the spec, ContainerID: tart://<vm>

GitHub issue
Closed
Compute
tuist/tuist #11044
fix(infra): stream bootstrap binaries instead of copying them per roll

RunCommandWithStdin in infra/macos-host-bootstrap now takes an io.Reader instead of a string. The four bootstrap binaries (tart-kubelet, tart, tailscale, node_exporter) are…

GitHub issue
Closed
Compute
tuist/tuist #11065
feat(infra): reclaim stranded Scaleway Apple-silicon hosts back to the pool

Adds a convergent backstop and a source-level fix so Scaleway Apple-silicon Mac minis can no longer strand outside the adopt pool.

GitHub issue
Closed
Compute
tuist/tuist #11056
feat(infra): docker-in-runner for Linux pools

Add docker-in-runner support for the in-house Linux self-hosted GitHub Actions fleet. Linux runner Pods now ship with a privileged docker:dind native sidecar so workflows that ne…

GitHub issue
Closed
Compute
tuist/tuist #10905