--- 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`) - [ ] WASM - [ ] C ABI (`bindings/c`) - [ ] C# (`Wickra` on NuGet) - [ ] Go (`bindings/go`) - [ ] Java (`org.wickra:wickra` on Maven Central) - [ ] R (`bindings/r`) - [ ] 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.js / .NET version | `python --version` / `node --version` / `dotnet --version` | ## Minimal reproducer ```python # or rust / js import wickra as ta ... ``` ## Actual output ``` ``` ## Expected output ## Additional context