thisisjamessmith
thisisjamessmith
We have potentially encountered the same issue (hard to be sure it's the cause as we can't consistently replicate the problem). For what it's worth we're also using the Async...
To be clear, I'm implementing two systemd workers both on the same server, not a load balanced environment. Does your comment still apply in that case? I'm not familiar at...
Just wondering if anyone has managed to code this functionality manually?
I ended up switching to https://github.com/Sublime-Instincts/BetterTwig which works ok.
It seems to handle ajax submissions just fine for me? Am I missing something here?
No, I'm submitting to the form's action attribute (which is actually empty, so defaults to posting to the current page). I'm using jQuery - something like this: ``` ajaxSubmit: function($form,...
To avoid the need to create separate forms, I've used static translations to do this. It's not ideal, but it works: ``` {% set questionLabel = question.name | t %}...
I had this error when installing on a remote server, and in my case it was due to not having the `nokogiri` gem installed. Worked fine after a quick `gem...
Thanks for this! Giving it a whirl. There's an intermittent console error at the moment:
I wish I could! Sadly I have zero experience of building browser extensions, wouldn't know where to start!