Jayden Smith

Results 14 comments of Jayden Smith

@fbushell I did manage, it cumbersome but it works for me. I used webpack-require-from, which allowed me to include the plugin like so: ```javascript new WebpackRequireFrom({ variableName: 'chunkPath', replaceSrcMethodName: 'getChunkPath'...

Wondering if we can add some additional helper methods for cookies, headers, user etc. to `ChannelsConsumer` for more interoperability? Something like ```py @property def headers(self) -> Dict[str, str]: return {...

@bellini666 it took a lot of digging around. You must enable the following new `MUTATIONS_DEFAULT_HANDLE_ERRORS` setting: ```python STRAWBERRY_DJANGO = { 'MUTATIONS_DEFAULT_HANDLE_ERRORS': True } ``` This causes the return type to...

@bellini666 aside from not being able to filter the mutation so it affects all items, it does raise an exception: ``` Traceback (most recent call last): File "/Users/jaydensmith/public_html/test/.virtualenv/lib/python3.10/site-packages/graphql/execution/execute.py", line 527,...

@lukeholder we've just had 2 instances of customers being charged twice. - We are using a custom payment form (not `paymentFormHtml`). - Stripe API version: 2020-08-27 - Not overriding mutex,...

This happened to us again today @lukeholder Pretty embarrassing to explain to customers.

> @jaydensmith what hosting provider are you using? > > Guessing based on this you're managing your own infrastructure? > > > Hosted on Ubuntu 20.04.3 LTS, MariaDB 10.6.3 @angrybrad...

@angrybrad sure! ```php

Hmm, interesting. It would be nice to be able to have an option - I have a multisite with 6 sites, it takes a while to rename 6+ nodes.