Victor Varvaryuk
Victor Varvaryuk
I could not check the changes - i pulled the repo but could not find commit d4697752568bd80db02e1dd6bac9de1641c67a7a But i found another bug with enums: ``` 62 def __cmp__(self, other): 63...
I.e. when SQLAlchemy pulls current data from database and compares value from db with value of the field from SOAP request, it will always say it's not equal: ``` /home/vic/projects/.venv/apilib/local/lib/python2.7/site-packages/sqlalchemy/orm/attributes.py(1278)from_scalar_attribute()...
Also, using `__cmp__` is wrong here: ``` > /home/vic/projects/apigateway/apigateway/spyne_injection.py(64)__cmp__() 62 def __cmp__(self, other): 63 import ipdb; import pprint; ipdb.set_trace() ---> 64 return isinstance(self, type(other)) and cmp(self.__value, other.__value) 65 66 def...
@plq , hi Burak! Sorry, I don't have time for this (got a lot of urgent work to do) and the unittests look quite complex to me. I removed all...
Hi, Andrew! Would you please accept this pull request? It has some useful functionality.
Yes ``` $ pip install throttle Downloading/unpacking throttle Could not find any downloads that satisfy the requirement throttle Cleaning up... No distributions at all found for throttle ``` Looks like...
Also doesn't work for me on MacBook Pro M1
I opened the file on a laptop which wasn't upgraded to macOS Sequoia (MacBook Air M2), and it worked fine. So this seems to be related to the latest macOS...
Works for me with the latest release [v4.6.0 (Beta)](https://github.com/utmapp/UTM/releases/tag/v4.6.0)
It worked on the first run, but fails on subsequent runs.