arrow_backRetour aux issues
jrullan/ducklab
#1
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Let `npm run dev` reach fake-engine in a plain browser
ecoDébutant
good first issue
descriptionDescription
The frontend can only learn the engine's address from `window.ducklab`, which the Wails shell injects — so a frontend contributor must build and install the whole desktop to see any change live, while `cmd/fake-engine` (built precisely so the frontend can be exercised with no model, no GPU and no key) is reachable only through the playwright fixtures.
**Done means:** in dev builds, when `window.ducklab` is absent, the client reads the engine address and token from query params (or Vite env), so the loop is:
```bash
go run ./cmd/fake-engine --port 8899 --scenario pair
cd frontend && npm run dev
# open http://localhost:5173/?engine=http://127.0.0.1:8899&token=fake-token
```
Where to look: `frontend/src/app/App.tsx` (the `window.ducklab` read), `frontend/e2e/fixtures.ts` (how playwright injects it today). Tracked on the project's own board as B-108.
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue