Chris Deeming
Chris Deeming
Right, I see, that's pretty cool. Good advice guys. I'm part way through writing my own rule to handle specifically all the relevant configure methods to AsCommand. I'll be more...
Ditto here as mentioned in another discussion. Can we get @adamcooke's attention on this? It's not ideal and should be fixed fairly urgently IMO. I unexpectedly ran out of space...
Can confirm it is resolved. Thank you @adamcooke!
For me, personally, I wouldn't necessarily want to monitor every service, rather I would want to monitor specific services. Not sure if that's supported in your fork @smtucker?
Can confirm I also get this issue
I've crossposted this over to ProseMirror, but still would very much like to hear anyone who might have an idea on how we could workaround this issue: https://github.com/ProseMirror/prosemirror/issues/1421 Side note,...
This works, I guess? ```php $process->on('capture_phase0', function (\CssCrush\Process $process) { $process->input->string = preg_replace('/^\s*\/\/.*/m', '', $process->input->string); $importer = new \CssCrush\Importer($process); $process->string = new \CssCrush\StringObject($importer->collate()); }); ``` We're probably just going to...