mjpan
mjpan
this is on boto 2.27.0. uploading a 14 byte file works, but 512k file causes this error. using aws cli to upload works on the 512k file File "/usr/local/lib/python2.7/dist-packages/boto-2.27.0-py2.7.egg/boto/s3/key.py", line...
for me (ios4.2), in order to not get an undefined symbol error when linking, the line CGImageRef UIGetScreenImage(); needs to be UIKIT_EXTERN CGImageRef UIGetScreenImage(); see http://discussions.apple.com/thread.jspa?threadID=2339583 for more details
### Description Plotly now supports (as of 6.0) what they call universal dataframe support, which is essentially supporting multiple dataframe libraries, beyond just Pandas. It would be great if Taipy...
update pyproject.toml to enable using poetry as dependency manager. there's also a minor change to remove using the "background" parameter for the panel, as that seems to be deprecated As...
add sections to pyproject.toml to be able to use poetry as dependency manager and pytest via poetry to run tests. we were trying to get alphaviz working, and because it...