Trouve une issue
Cherche par langage, niveau ou dépôt — puis ouvre celle qui te parle vraiment.
553 issues · page 3/19
[Feature Request]: Add tests to fully cover all branches of the backend code.
### Is your feature request related to a problem? Please describe. Some branches of the Python backend code are not co…
[Bug] Generated CLAUDE.md stamps live HEAD instead of the commit the index was built against
## Summary The `Last indexed` stamp in a generated `CLAUDE.md` reports whatever `git HEAD` was when the file was *writ…
[Bug] A call site can resolve to a module, and a module is not callable
**Summary** A call site can resolve to a symbol whose kind is `module`, and a module is not callable in any language w…
Fix EditorConfig lint errors
## EditorConfig Linting Failures Linting failures were detected in the automated EditorConfig lint workflow run. ### …
Add helm JSON schema file
Our helm charts currently have the gap where we don't define a values.schema.json file with our core helm chart. Defini…
website: migrate to Hugo
### Is your feature request related to a problem? Please describe. The website [revive.run](https://revive.run/) was i…
there's no normalization for portuguese language?
**Describe the bug** there's no normalization for portuguese language? **Branch / Deployment used** master **Operatin…
Bug: Mimir creates thousands of TCP connections and DNS requests to/for S3 storage and does not use existing connections.
### What is the bug? I am running am Mimir environment on prem. It contains 4 monolithic instances in a cluster sendin…
[Feat]: Add an "Open config file" menu entry
## Problem There is no way to reach `config.json` from inside the app. `git grep` over `app/menus/` finds no `shell.op…
[BUG] Polaris uid-only route rule 未命中时会打空 invoker 并触发 nil pointer panic
### ✅ 验证清单 - [x] 🔍 我已经搜索过 [现有 Issues](https://github.com/apache/dubbo-go/issues),确信这不是重复问题 ### 🚀 Go 版本 go1.26.1 darw…
Replace unmaintained github.com/tmthrgd/go-hex with stdlib encoding/hex
`github.com/tmthrgd/go-hex` has been unmaintained for ~7 years (last commit 2019). We'd love to use `bun` but our SBOM/…
Frontend converted-value editor has no accessible name
#### Describe the bug After applying a converter in Chat, the editable converted-value textarea has no accessible n…
FEAT Bijection
https://github.com/[haizelabs/bijection-learning](https://github.com/haizelabs/bijection-learning) looks interesting an…
Add the ability to set friendly name when using `step certificate p12`
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us …
Document --datasource.* flags and mark env vars deprecated
Part of #1371. Depends on #1372, #1373. **Summary** Update documentation so the new CLI flags are the documented way …
Add deprecation warnings for DATA_SOURCE_* and PG_EXPORTER_* env vars
Part of #1371. Depends on #1372. **Summary** Once flag equivalents exist for all env vars (see #1372 for the `DATA_SO…
Add --datasource.* CLI flags to replace DATA_SOURCE_* env vars
Part of #1371. **Summary** `GetDataSources()` in `exporter/datasource.go` currently reads the Postgres connection con…
Deprecate environment variable configuration in favor of CLI flags
**Summary** `postgres_exporter` supports env-var configuration in two ways. We want to move fully to CLI flags, deprec…
Alphabetize default metrics
Metrics are being reported in the order they were seen. This is a peculiarity of Object.keys() that persisted when we s…
Code coverage needs some help
I've added some tests to the new functionality in worker.js and cluster.js but for the most part the same code that had…
[Good First Issue] 🐡 Add new Japan Fact 251 - Beginner-Friendly Open-source Contribution
## 🟢 Good First Issue: Add Japan Fact #251 — Beginner-Friendly Open Source Contribution 
### Checklist - [x] There are no similar issues or pull requests for this yet. ### Is your feature related to a probl…
mini_tool_call now sits at 1.000 on a capable model: a suite pinned at the ceiling detects a regression as poorly as one pinned at zero
## What v0.73.2 repaired two leg-2 scorers that were reading 0.000 for models that were answering correctly (#357, #34…
The transformers floor is hardcoded in three places and derived from none, so a pin bump silently leaves CI testing an unrelated version
#489 added a `transformers-floor` CI job that pins `transformers==4.46.1`. The version is written down in **three** pla…
Nine Qwen3.5 recipes declare modality: text, but every checkpoint in the family reports a multimodal architecture
## What is verified All **nine** shipped Qwen3.5 recipes leave `modality` unset, so they take the schema default `text…
Every merge conflicts every open PR on CHANGELOG.md, because entries are inserted at the top of [Unreleased]
Observed three times in one afternoon: #479 merged and flipped #481 and #482 from `MERGEABLE/CLEAN` to `CONFLICTING/DIR…
Idefics3 / SmolVLM vision-SFT support in the LLaVA path
### Context v0.71.32 shipped the `smolvlm-256m-sft` recipe (a tiny VLM). During the live vision smoke on the dev box (…
CI never exercises the declared transformers floor, so a >=4.56-only kwarg passes 12/12
Found while reviewing #471, which was caught by hand rather than by CI. The PR is fine; the gap is ours. ## The gap `…