Maxim
Maxim
Hey. I guess it rather handy to have the last api response http status code saved in an object attribute. How do you think?
Hello. There is a typo in Py to JsPy converter function Js(). It creates PyJsUint16Array instead of PyJsUint32Array.
https://github.com/bear/python-twitter/blob/1a148ead5029d06bec58c1cbc879764aa4b2bc74/twitter/api.py#L5093
Fix typo
Issue https://github.com/bear/python-twitter/issues/715 --- This change is [](https://reviewable.io/reviews/bear/python-twitter/716)
### Bug Description: I believe that Thai characters should be in the `non_cjk` charset, but not in `cjk`, because they use some kind of letters, but not logograms like Chinese....
## Bug fix Remove Thai chars from `cjk`, `chinese`, `japanese`, `korean` charsets and add to `non_cjk`. Issue https://github.com/manticoresoftware/manticoresearch/issues/2103