MayorUshanka
MayorUshanka
Also, a "only functional" would be nice. I think it's even required in europe.
When formatting it like this: ``` $MailChimp->post("lists/$list_id/members/$subscriber_hash/tags", [ 'tags' => [" \"name\": \"$tag\", \"status\":active "] ]); ``` It seems to be correctly formatted. Except mailschimp now complains that the field...
Ok, here is the code that seems to work for me ``` class MAILCUCK{ // MAILChimp Utilities Class Kernel private $MailChimp; private $debug; function __construct($debug = false){ $this->MailChimp = new...
I have recorded a video of the issue, and will send the 4 epubs to babluboy https://youtu.be/j2fbNwduMNo
@babluboy I’ve looked at the css myself out of interest and I think having an option in bookworm to ignore the supplied css and simply force a bookworm stylesheet might...
Exactly. All of this overlay-noise image distortion crap just makes the captcha hard to read and tedious to solve. Whereas if you automatically generate the matrices, well there are no...
I can start working on a script that generates svg output
Yeah, it doesn't seem to hard. Pick a couple of shapes, build a pattern, transform them, shuffle columns, remove one cell and put it in [answers], add some decoy answers.
Also, what the "shared memory" thing is. Seems like when passing a pointer to a job, it works just fine. without using the ctx's "shared memory"
Cool stuff! I'm looking to use this library as part of something I'm working with, so I'm definitely watching this repo.