Bob Ippolito
Bob Ippolito
To be honest when this feature originally went in, I had no idea the Decimal even had a representation for special values since I had never seen one in the...
I didn't prioritize this as I don't really want to encourage its use, but it would be a great starter contribution to the project!
Not sure this makes sense, it's the first time that this has come up. I'd prefer not to add special cases for things like this unless there really was a...
The best way to make this happen quickly would be to submit a pull request that makes this part of the Travis workflow. Seems like a fine idea though!
Best thing to do would be to find another project that builds them and see what they do
Per https://github.com/simplejson/simplejson/issues/237#issue-358319014 these wheels do not work on CentOS. Going to roll back linux wheels until we have CI that tests that they can actually be installed.
I'm not familiar with that library. What is the output of `print(repr(WKBElement.__bases__))`? What versions of simplejson, geoalchemy2, sqlalchemy, and python are you using?
I'm afraid that this is awkward with recent versions of simplejson because of the way that `sqlalchemy.sql.functions.Function` implements `__getattr__`. The issue is that for any unknown attribute, Function.attribute returns a...
This is possible in theory, although it's unknown if this would break anything for anyone who may be running the tests from a wheel for some reason. Can you find...
It’s an interesting use case, but pretty printing is a bit complicated in the general case. If you had a PR to implement this it would be strongly considered so...