Anthr@X

Results 7 issues of Anthr@X

if uploading of a large file is interrupted, the data_instance is created but data is None, which causes exceptions in places like "views.py", line 1119, in _load_process rows=len(data), TypeError: object...

bug

Change error from ValueError to socket.error to match original socket error behavior and increase compatiablity with other libraries such as pymongo.

**Is your feature request related to a problem? Please describe.** Apache with php-cgi suffers from performance issue when there is a lot of incoming connections. **Describe the solution you'd like**...

enhancement

After a while I got this error message when clicking basically any menu button including Home. I think it happens sometimes after NavigationHandler._expiry_date_checker() clears _menu_queue but self._menu_queue.pop() is still trying...

I'm following the docs at https://docs.fission.io/docs/triggers/message-queue-trigger-kind-keda/aws-sqs/ . I've setup kubectl secrets per instruction and ran `fission mqt create --name sqstest --function sqstest --mqtype=aws-sqs-queue --topic=fission-test --mqtkind=keda --metadata queueURL=https://sqs.us-west-2.amazonaws.com/xxxxx/fission-test --metadata awsRegion=us-west-2 --secret...

bug

It returns a default None instead. This inconsistent behaviour is causing problems. https://github.com/g1879/DrissionPage/blob/050102323f29a4a5a3a95009207eacde00fb427b/DrissionPage/_elements/none_element.py#L45