poteto

Results 4 issues of poteto

error ``` 42 ^ is not a number ``` I think judgement `at_eof()` is missing. But I I'm not sure where to judge, yet. I tried as below. But it...

## Summary This PR formats `interface{}` -> `any`. `any` is an alias for `interface{}` ```go var any = interface{} ``` https://github.com/golang/go/blob/67f131485541f362c8e932cd254982a8ad2cfc09/src/builtin/builtin.go#L97 ## What was changed - `interface{}` -> `any` -...

I'm not sure that best response structure, but this resolve issue. resolve issue as below - https://github.com/swar/nba_api/issues/597

### NBA API Version v1.11.3 ### Issue ### Python Version 3.14 ### Summary dunkscoreleaders cannot parse response ### Code sample code ```py result = dunkscoreleaders.DunkScoreLeaders( season="2025-26", ) print(result.get_dict()) ``` error...

bug
triage