Cole Thorsen
Cole Thorsen
Here is a branch with the quickly updated code, I'm not sure how ready it is. It works for the standard crop/resize/fit, but the parts that add text/watermarks etc. https://github.com/codeigniter4/CodeIgniter4/compare/develop...colethorsen:feature/imagemagick
@blurpy the config files allow you to build your own handlers, you can use this Gist to implement my updated handler without having to wait for the PR to be...
I needed a basic database queue interface so I started work on this: https://github.com/colethorsen/codeigniter4-queue which took the basic structure that was here and turns it into something more usable at...
@MGatner if you look at the code it's structured specifically so that it could easily be ported straight into the core, it's in its own repo purely so it can...
@MGatner Happy to talk about it, I'm not on the slack (can't sign up as the link is broken) https://codeigniter.com/community and the forums also seem to be down, as the...
@simmonspaul @MGatner this stuff is heavily based on other queue integrations such as Laravel, which I think do a pretty good job of the implementation. So in 1 way you'd...
@MGatner > Our `Model` classes are a bit of a mess right now, and I would rather see new functionality started separate than piling it on. I'd be interested in...
@simmonspaul @MGatner I agree, there is very little commonality between what a Queue does and what a Model does, and shoehorning queue functionality into a model to attempt to "simplify"...
Both the Queue and the Task scheduler are installable via composer, and usable. The queue relies on the task scheduler, so it have to remain a separate install until the...
They probably don't from a methods utilized within the framework itself standpoint, we'd need to identify which ones are being used though to include. This is just all the public...