-
We need integration tests for the EEGQualityController in services/qc_flagger.py.
## Test Requirements
- Test full QC pipeline with sample EEG data
- Test bad channel detection accuracy
- Test autore…
-
We need comprehensive unit tests for the EEGPTModel class in src/brain_go_brrr/models/eegpt_model.py.
## Requirements
- Test model initialization with and without checkpoint
- Test extract_windows me…
-
**Describe the bug**
When running `swag fmt`, annotations in the comment block are not indented as expected. The formatter only works correctly if there is an extra blank line after the last annotatio…
-
note from human: after discussing the docs with claude to see if I was misunderstanding, I asked it to write an issue for me and I've pasted it below.
## Summary
Found two documentation inconsistenci…
-
## Problem Statement
Multiple deprecation warnings appear in tests due to using `datetime.utcnow()`, which is deprecated in Python 3.12+. We need to update to timezone-aware datetime objects.
## File…
-
### Is your feature request related to a problem? Please describe.
To help mask passwords from syslog and bash history which is a no go in DoD world I would like to enable interactive login to zarf to…
-
## Description
Create comprehensive BDD (Behavior-Driven Development) tests for the entire labeling workflow using pytest-bdd.
## Requirements
- Write Gherkin feature files for key user scenarios
- I…
-
### Bug Description
My experience with the 2.6 beta version has been flawless for the last 4 weeks. However, today I started experiencing constant freezes on the Waveform display (the rest of the int…
-
Handle symbolicy linked files and directories as normal ones.
**Bash Script Example**
```bash
mkdir foo
echo "return 0">a.lua
ln -s a.lua foo/a.lua
echo -e "---@type string\nlocal _=require'a'">foo/b…
-
@mcp-server/ 内のコードには以下の問題がある。
MCPサーバのコードとAPIサーバのコードが混在している
APIサーバは @backend/ で利用させるのでMCPサーバ自体には不要
-ドキュメントやテストコードも両方におそらく対応している
そこでAPIサーバ機能(注意:@backend/ を削除するのではなく、@mcp-server/ 内のAPIサーバのみを指している)の除去作業を…