Jinnan Wang

Results 3 issues of Jinnan Wang

``` #$HOME/go/bin/grafana-rrd-server -r doublemarket/grafana-rrd-server/sample/ ERROR: Cannot decode the request json: cannot unmarshal string into Go struct field QueryRequest.panelId of type int64 Updating search cache. ERROR: Cannot decode the request json:...

follow quick start I encountered this error, it's a new environment, so i think we miss a requirement. ModuleNotFoundError: No module named 'typing_extensions' ```shell pip install typing_extensions ``` can fix...

bug
good first issue

Fix KeyError 'model' in message_parser.py In my macbook, I encountered this issue during try quicky_start.py . .venv/lib/python3.13/site-packages/claude_code_sdk/_internal/message_parser.py", line 112, in parse_message content=content_blocks, model=data["message"]["model"] ~~~~~~~~~~~~~~~^^^^^^^^^ KeyError: 'model'