Arthur Pemberton

Results 8 issues of Arthur Pemberton

Neither the demo page, or my own (otherwise working) instance seems to work in Google Chrome, at least Version 53.0.2785.116 m. No obvious errors in the developer console either.

bug

Changes to to the order items do not trigger logs to stream. The following two actions are available: - woocommerce_before_save_order_items - woocommerce_saved_order_items

bug
integration

It would be helpful if the documentation mentioned that there's no client IP when the client IP isn't public/routeable due to how `django-ipware` behaves. I was expecting to see the...

documentation
help wanted

I just recently upgraded from `django-debug-toolbar==2.2` to `django-debug-toolbar==3.1.1`. Unfortunately, I did this after a few changes to the core behaviour of the project in question, and so upon noticing a...

Pull request for merging in changes for RESTful API. Closes #62

enhancement

@apavlo wanted to confirm what version of Python you were using on the server. For some reason, I had this project in Python 3.4, which is deprecated, and wanted to...

question

# Bug Report ## Description The `SWAGGER_SETTINGS` `DISPLAY_OPERATION_ID` is mapped to `displayOperationId`, but that never seems to be referenced anywhere in the code. ## Is this a regression? Unsure, just...

Please set a default timeout for requests. Also would be nice to allow overriding it.