--- name: Bug report (Detailed) about: Long-form bug report with environment matrix, minimal reproducer, and expected-vs-actual sections. title: "[Bug] " labels: ["bug", "triage"] assignees: [] --- ## Summary ## Affected binding - [ ] Rust crate (`wickra`) - [ ] Python (`pip install wickra`) - [ ] Node.js (`npm install wickra`) - [ ] WebAssembly - [ ] Docs / examples only ## Environment | Field | Value | | -------------------- | -------------------------------------- | | Wickra version | `e.g. 0.4.2` | | Binding version | `e.g. python 0.4.2 / node 0.4.2` | | OS / arch | `e.g. Windows 11 x86_64, Linux glibc` | | Rust toolchain | `rustc --version` (If building from source) | | Python / Node version | `python --version` / `node --version` | ## Minimal reproducer ```python # or rust / js import wickra as ta ... ``` ## Actual output ``` ``` ## Expected output ## Additional context