Brad Bell

Results 122 comments of Brad Bell

https://craftcms.com/blog/ckeditor-revamped I’d suggest using CKEditor instead. The underlying Redactor library that this plugin is using hasn’t been supported in ages (https://imperavi.com/redactor/). Instead of porting to the newer Redactor X, we...

@CharlieGentle Thanks for this. Went with https://github.com/craftcms/feed-me/pull/1268 instead mainly because I’m not 100% sold on the need for an `EVENT_REGISTER_FEED_ME_COMPLEX_FIELDS` event, but if you want to open a separate PR...

Closing this out for age, but if anyone still runs into it, comment here and we can re-open.

Merged and will be included in the next Feed Me 5 and 6 releases.

Resolved in https://github.com/craftcms/feed-me/pull/1476 and will be included in the next v6 release!

> No... because image processing packages like GD and Imagick are actually implemented as PHP extensions (written in C I believe) and use memory outside of the PHP memory pool...

@jamiegrisdale see: https://github.com/craftcms/redactor/issues/489#issuecomment-2035270493 https://craftcms.com/blog/ckeditor-revamped Redactor (the Craft plugin) has been ported to Craft 5, but it is on life support. The underlying Redactor JS library this plugin is based on...

@stasadev > The client version will (most likely) be different from the db container, but it doesn't matter if the major version is the same, right? I'd agree for Postgres,...

FWIW, Craft 1 & 2 used PHP to backup databases back in the day (like Drupal appears to do now). We ditched it for lots of reasons and decided to...