Hive Hive
Sign in

Forage

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

Items
818
Open signals
192
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
fix(oban): run syncers as workers

  • Start Oban unconditionally in the application supervision tree before the endpoint.

GitHub issue
Closed
Hive
tuist/hive #105
feat(inference): proxy embedding requests

Hive’s model gateway now accepts embedding requests through POST /inference/v1/embeddings.

GitHub issue
Closed
Hive
tuist/hive #106
Kura reconciler can’t self-heal a manifest-only regression (silent manifest change deadlock)

The Kura server reconciler (Tuist.Kura.Reconciler) keys convergence on only two things — the observed image tag and the @manifest_revision constant. A change to the *re…

GitHub issue
Open
Kura
tuist/tuist #11608
kura: remove the single-port cutover transition shims

PR #11591 collapsed Kura to a single co-hosted HTTP + gRPC listener. Two deliberately temporary compatibility shims shipped with it and should be removed once the fleet is fully pa…

GitHub issue
Open
Kura
tuist/tuist #11654
External SPM dependencies fail to build with “no such module” errors when using XcodeProj-based integration

External SPM dependencies fail to build with “no such module” errors when using XcodeProj-based integration (Tuist/Package.swift).

GitHub issue
Open
Generated projects
tuist/tuist #9286
App Clip can’t have bundle as dependencies

Assigning bundle as dependency to AppClip target throws error.

GitHub issue
Open
Generated projects
tuist/tuist #11596
codeSignEntitlements() in SettingsDictionary creates flat PBXFileReference entries when using buildableFolders

When using buildableFolders on a target, paths set via SettingsDictionary helpers .codeSignEntitlements() and .infoPlist() (which map to CODE_SIGN_ENTITLEMENTS and

GitHub issue
Open
Generated projects
tuist/tuist #11571
.gitkeep / .DS_Store inside a buildable folder are bundled and can’t be excluded

FileSystem.glob(directory:include:) unconditionally drops **/.gitkeep and **/.DS_Store from its results (Sources/FileSystem/FileSystem.swift, added in tuist/FileSystem#115 …

GitHub issue
Open
Generated projects
tuist/tuist #11534
tuist install blocks for several minutes on “Uploading run metadata…” when server errors

In CI, tuist install finishes package resolution but then hangs on Uploading run metadata… for several minutes before finally failing with a 500.

GitHub issue
Closed
CLI
tuist/tuist #11452
tuist generate crashes with “Could not locate project at path” when an external SPM package transitively depends on a build-tool-plugin product

When an external SPM dependency declares a build-tool plugin product in one of its target dependencies: (rather than plugins:), tuist generate fails with:

GitHub issue
Closed
Generated projects
tuist/tuist #11453