Trouve une issue
Cherche par langage, niveau ou dépôt — puis ouvre celle qui te parle vraiment.
553 issues · page 6/19
Unsupported dbt version 1.10.11
What am I missing? (.venv) ➜ test10 git:(ad71bf1) ✗ opendbt --version Traceback (most recent call last): File "/hom…
Error bucketing
It would be great to bucket the errors in different types i.e. Code exception, configuration exception, environmental e…
Support for Cucumber v8 NDJSON
The JSON formatter in version 8 of Cucumber is in maintenance mode and will at some point be deprecated. The JSON fo…
inventory show rejects --filter, and the supported-filter list has two sources of truth
## Description Two follow-ups from reviewing #51, deliberately left out of that PR to keep it focused. Both live in th…
Repeatable to-dos: include next in `things.upcoming()`.
**To Reproduce** Steps to reproduce the behavior: 1. Create a new to-do which repeats monthly (e.g. repeat every mont…
dash: a manual Refresh control
The dashboard polls: `refreshStats()` (`src/doberman/dash/app.py:408`) every 5 s and `refreshPending()` (`:546`) every …
dash: "Copy details" button on each pending-approval card
Each pending-approval card in the dashboard (`renderPending`, `src/doberman/dash/app.py:448-544`) shows the risk badge,…
cli: add `--quiet` to `doberman demo` so it can run as a CI smoke test
`doberman demo` runs the scripted attack reel through the real engine, prints one narrated line per scenario, a summary…
doctor: report whether the `dash` and `tui` optional extras are installed
`doberman dash` needs the `dash` extra (`starlette`, `uvicorn`) and `doberman tui` needs `tui` (`textual`), per `pyproj…
doctor: add a "Password" row next to the 2FA row
`doberman doctor` reports whether TOTP is enrolled (`_check_2fa`, `src/doberman/cli/doctor.py:213-220`) but says nothin…
cli: add `--json` to `doberman memory`
`doberman memory` (`src/doberman/cli/main.py:1476`) prints a human summary built from `memory_summary(path)`, which is …
dash: the live decisions feed is silent to screen readers
`#pending-list` already carries `aria-live="polite"` (`src/doberman/dash/app.py:272`), so a screen reader announces new…
auth dialog: tell the human the keyboard works (Tab / arrows / Enter / Esc)
`_add_button_row` (`src/doberman/auth/gui_prompter.py:331-424`) wires Tab and the arrow keys to move the highlight betw…
auth dialog: give the window a Doberman taskbar/title-bar icon
The approval dialog draws the Doberman mark inside the canvas (`_load_logo`, `src/doberman/auth/gui_prompter.py:153`, l…
cli: `tune --json` is the one JSON command that isn't compact
Every JSON-emitting command in the CLI uses the compact, diff-friendly form `json.dumps(..., sort_keys=True, separators…
storage: `--last 0` returns every row instead of none
`doberman log --last 0` (and `policy-history --last 0`, `tune --last 0`) prints the whole table. The CLI passes `limit=…
cli: `install-hooks --dry-run` previews `doberman dashboard`, but writes `doberman session-summary`
The dry-run preview for `install-hooks` and `uninstall-hooks` is hardcoded (`src/doberman/cli/main.py:1701` and `:1860`…
cli: `doberman log` columns shift for `network_request` and `package_install` rows
`doberman log` pads the action type to a fixed 13 characters (`src/doberman/cli/main.py:1345`: `{row['action_type']:<13…
docs: four "(a later slice)" comments describe features that shipped; delete them
Four source comments still promise a "later slice" for something that exists today. Each one is a sentence a reader tru…
[bug]: AUTH-tier decisions execute without human confirmation in the Claude Code host-hook path (fail-closed violation)
## What happened? `AUTH`-tier decisions produced by the **Claude Code host-hook** integration (`doberman hook pre`, …
Fix story specific issues found in audit
### Summary See "survey" tab here, or comments below and fix all issues raised that have not already or are not expect…
Typos detected by nightly scan (1 found)
## Typos Detected The nightly typo checker found **1** typos. ``` ./AGENTS.md:33: `passs` -> `pass` ``` ### Fix ```b…
[GOOD FIRST ISSUE]: Add a "Clear Input" button to reset the text input form
### Context Problem: Currently, there is no way to quickly clear the text input field on the input page. Users who wan…
[Discussion] Async Version of Backends Implementation
If we were to add async support, which option is better 1 or 2? 1. Add a new class parameter `async=True`, switch betw…
Refactor comments tree build functions / Рефакторинг функций построения дерева комментариев
It looks like there is lot of duplication between controller functions for building comments tree for anonymous, authen…
Federated Model Training
# Description Working group contributors can train various versions of the Reactive branch of AutoE2E on the [KITScene…
H-Bond and Salt-Bridge is not show in this project
H-Bond and Salt-Bridge is important for us, is there have plan to add it? Thanks!
Can't enter VR
I use quest2 to browse the web, then enter VR by typing in a command, then click the button to enter VR. Everything is …
Add asyncio.Lock middleware prebuilt
### Description Commonly, certain nodes are not expected to be called in parallel with others, hence often we include …
[Feature] Add docstrings for our metric objects
### Feature Request ```python class Metric(BaseModel): name: str metric_type: Literal["Metric"] = "Metric" …