Burak Arslan

Results 131 comments of Burak Arslan

So, if this is not enough for you, I think you can take it from here.

you're right that `__cmp__` implementation has always been wrong here. can you please write tests for these so I can fix this? Thanks

would you now? enums are there because they're there in the Xml schema standard. so they work just fine. just apparently not with sqlalchemy. I'll eventually fix this. thanks for...

however, there seems to be _zero_ community interest in this.

It's just that I'm not using it. I'll happily include any patches sent my way

Oh and good luck serializing the `Any` type using protobuf :)

Ah, they now have it: https://developers.google.com/protocol-buffers/docs/proto3#any

This is a bug, thanks for reporting this.. But Enum is there only for some WSDL compatibility reasons, which, I suppose, don't concern you at all. So you could use:...

> The "accept raw lxml elements as detail" feature is commented as deprecated (https://github.com/arskom/spyne/blob/master/spyne/protocol/xml.py#L877) - can you please keep it until another solution/option is in place? It'll be there until...

> Of course I'm open for other suggestions/approaches on how to solve this issue on my side. I'm aware of this issue but I did not have time to think...