Mark Sullivan

Results 10 comments of Mark Sullivan

Wow, detailed pull request. Looks great. I'll give it a test on Monday...

Unfortunately, Python3 Websockets implementation doesn't support proxy yet (The pull request https://github.com/aaugustin/websockets/pull/422 has been sitting there for almost a year). Looking at the slack client, I see version 2 of...

While indeed Prestashop does send email, having the Payment Gateway (Stripe in this case) send an official receipt from their service helps align the experience with what customer currently receives...

@manofcolombia Yes, AccessPolicy and PreFilters can bulk add, but cannot bulk update, whereas NetworkObjects can both Post/Put in bulk (from memory). The other issues with Bulk operations, especially with NetworkObjects...

FYI, I was experiencing this exact issue. After trying everything that you have tried above (latest version, uninstalled/reinstalled module, disconnected/reconnected, set up a new API key) continued to have the...

Maybe this will help others if you see the same issue and might help lead to a root cause. On the same M2 with the same ESP32-S3: 1) If I...

You will need to provide a lot more details if we are to offer you any advice. What debugging have you done? After which call is the problem occurring? etc

Make sure you include the argument `debug=false` to output additional debugging

Do not attempt to deploy to the FTDs then, set `autodeploy=True` to `autodeploy=False`

That error is only present in in the example code `example/logic_separate_from_data/program_logic.py` It is a catch all for any errors in the example: ``` except Exception as e: logging.error( f"Section 'fmc'...