Michael Rog
Michael Rog
Currently, it's only possible to define custom GQL directives statically, by providing a class name, on which Craft expects to invoke `Directive::create()`. But what if we want to _generate_ custom...
It'd be super helpful for the PHP/Nginx images to allow customizing the document root by env variable. Something like: ``` web: image: craftcms/nginx:8.1 ports: - "8080:8080" environment: PHP_MEMORY_LIMIT: 512M ......
c.f. https://github.com/voku/simple_html_dom or, just remove that driver in favor of more modern options (Goute, Roach)?
Wondering whether it'd be more correct to rename the `--asJob` command param to allude to walk methods being run as _queued_ jobs, rather than as "a job"... since there could...
Per discussion in #4, re: resolution of #2 — We should only be passing `$userdata` downstream to the target callable if our user actually provides an argument. However, a simple...
Thanks so much for this package! We're trying to parse FormData from fields that contain associative-array content: ```html