Trouve une issue
Cherche par langage, niveau ou dépôt — puis ouvre celle qui te parle vraiment.
553 issues · page 17/19
D1 Last Element
We must use [$] for last element. We use [1] for first element. We need to change the specification and the examples. […
feat(diff): annotate confidence as 'underpowered/inconclusive' when N can't reach p<=ALPHA
At --runs 2-3 some signals can't fire; surface that instead of a confident 'unchanged'. (UX/trust)
[Bug] npm test silently skips file_upload_component.test.js
I will pay for a fixed file - details below. ## Bug `package.json` hardcodes three files: ```json "test": "node --t…
[Bug] fix.py is a stale hardcoded stub
I will pay for a fixed file - details below. ## Bug [`fix.py`](https://github.com/Hazyshades/Sendly-Test-Repo/blob/ma…
[Docs] README payout instructions say Base — bounties pay test USDC on ARC Testnet
I will pay for a fixed file - details below. ## Bug (docs) [`README.md`](https://github.com/Hazyshades/Sendly-Test-Re…
[Bug] maxSizeMB prop silently accepted as NaN / 0 / negative
I will pay for a fixed file - details below. ## Bug In [`components/FileUpload.tsx`](https://github.com/Hazyshades/Se…
[Bug] Enter key after choosing a file doesn't start upload (no form submit path)
I will pay for a fixed file - details below. ## Bug The picker and button sit loose in a `` with `onClick` handlers. …
How does the percentage rollout decide who gets a feature? Can't tell why a user is ON/OFF
### Is your feature request related to a problem? I set a flag's rollout to 25% but I have no idea **which users** tha…
LP lock creation silently ignores the beneficiary override field
## Summary `src/components/locks/CreateLpLockForm.tsx` renders a "Beneficiary (optional)" input (`beneficiaryOverride`…
docs: add contributor installation verification checklist
## Goal Add a contributor-facing installation verification checklist that complements `docs/INSTALLATION_VERIFICATION.…
A five-minute quickstart that ends with something deployed
USAGE.md is thorough but assumes a fleet already exists. Someone arriving with a fresh VM and no context has no obvious…
No way to run a command on a VM, so anything outside sync/build/compose falls back to raw ssh
There is no way to run a command on a VM in the fleet. Everything BaryoVM does is sync, build, compose or backup, so th…
Generate the command reference from cobra
There are 21 commands and the documentation for them is prose in USAGE.md, which means it drifts the moment a flag chan…
Let `npm run dev` reach fake-engine in a plain browser
The frontend can only learn the engine's address from `window.ducklab`, which the Wails shell injects — so a frontend c…
bug: The reasoning is broken iin some models
Apparently models like the `Ox Alpha Free (Unlimited)` from open code requires thinkiing to be enabled. Someone needs…
Recurring: workers write PR ref into board Status cell -> malformed row fails lint (PRs #74, #76, #80)
## Recurring: workers write the PR ref into the board Status cell, producing a malformed row that fails `lint` Three s…
a Homebrew tap, so installing does not need a Go toolchain
v0.1.0 does attach binaries for linux and darwin on amd64 and arm64, plus `checksums.txt`, so the release side of #5 al…
Add CONTRIBUTING.md and a code of conduct
BaryoVM has a README, a USAGE guide and a VISION doc, which is more than most tools this age. What it lacks is anything…
NetworkPolicy有効化時にフィード配信ポート8082が遮断される問題の修正
## 背景 scaffold 由来の NetworkPolicy は metrics(8443)のみ許可しフィード 8082 の考慮がない。ベストプラクティスに従って有効化すると中核機能が静かに壊れる罠がある。 ## 現状 - conf…
markup: a namespaced attribute is silently accepted under its local name (xml:Style becomes Style)
**Latent today. Found while doing something else** (the body-whitespace work in #349) and deliberately not fixed there …
Cleanup: duplicated/dead CSS rule blocks in style.css
## Summary `src-shared/public/style.css` has several fully duplicated rule blocks (likely from a copy/paste during iter…
docs: add README with project description and usage guide
## Problem AI Documentary 101 has no README. The repository provides no documentation on what this project does or how…
baryovm site add: provision a static site end to end
Standing up a new static site on the VM is currently a sequence of hand-run steps: write an nginx server block, create …
Improve Training Speed and Efficiency
The current training process is quite slow and could be optimized to make training faster and more efficient. Suggeste…
Support More Training Data Formats
It would be helpful to support a wider variety of data formats for training. Suggested improvement Allow users to pro…
Ship prebuilt binaries with each release
There is one release, v0.1.0, and it is source-only. So trying BaryoVM means having a Go toolchain, which rules out mos…
Swap-to-CPU preemption as an alternative to recompute
When blocks run out, `LLMEngine._preempt()` evicts the newest request and re-prefills it later. vLLM also supports copy…
확장 지점 정리와 로드맵
대회가 끝난 뒤에도 쓰이려면 다른 상황에 적용할 수 있어야 합니다. - 비용 예측, 품질 예측, 예산 배분을 각각 교체하려면 무엇을 구현해야 하는지 정리 - 다른 모델 목록이나 다른 비용 구조에 적용하는 방법…
Fused paged attention kernel (remove the per-layer K/V gather)
The single biggest remaining cost. We gather K/V into a contiguous tensor every layer, every step, then call SDPA. **W…
Golden-file tests for command construction
Several packages have no tests at all — `internal/cli`, `deploy`, `backup`, `bootstrap`, `provider`, `toolchain`, `ui` …