AN Long
AN Long
Currently, thriftpy doesn't provide this feature. Can you please describe your use case for the type annotations? If it's useful, maybe we can add it now.
There is a bad news, DirectML has been moved to "maintenance mode." : https://github.com/microsoft/DirectML/pull/710/files
Please avoid formatting the code you are not touching.
I think we can implement this without change `ProtocolTrait`. Currently the `set` method accept a `ToMemcacheValue` as the value to store to memcached. The `ToMemcacheValue` trait have a method named...
Hi, there is a duplicated news entry, please remove it.
The error may be raised from here: https://github.com/Thriftpy/thriftpy2/blob/8e82f1c091a9d9db30dc01af25431d06056c3d88/thriftpy2/transport/cybase.pyx#L97-L99 It seems to be caused by a failed `malloc`, so I guess the real issue is that there wasn’t enough memory available...
Hi @Fluxx, thank you for your report and fix, and sorry for the late reply. The original issue for the https://github.com/Thriftpy/thriftpy2/commit/daa213d719743bf2e0f1db0d972ee622bc69102c commit is in our old repo: https://github.com/Thriftpy/thriftpy/issues/184. In that...
Hi @stiga-huang, please check #322 to see if it matches your requirements and help us review it.
Still can't reproduce the error just like #332, this is the code: ```python import io import thriftpy2 from thriftpy2.utils import serialize, deserialize from thriftpy2.protocol import TJSONProtocolFactory s = """ enum...
Thank you for your report. After looking into this, I found that I cannot reproduce the bug. Here is the test code that I copied from the issue and modified...