Niklas Bichinger

Results 67 comments of Niklas Bichinger

@GBH Cool, I also just read Redactor's license, sounds totally fitting. Sent you an email :)

Just a note on "metadata" for attachments: the current "best practice" approach is to introduce another custom attachment model for your app which has exactly one active storage attachment. Your...

+1 for drafts and scheduled publishes! Maybe we could just turn `is_published` (pages and translations) into `published_at` and use it like @moeffju suggested. I'd like to work on this feature.

I just noticed this HowTo for a Reactor upgrade: https://github.com/comfy/comfortable-mexican-sofa/wiki/HowTo:-Upgrading-Redactor-Wysiwyg I did not see this before, sorry. We'll have to go through that as well I guess.

@GBH fyi: we'll be using it in a project, so we're currently fixing everything that the update broke. :)

Made a PR for german.

+1, from what we learned this isn't possible...

Hi @mweibel! Sorry, I have been completely busy but I will catch up on this! Regarding my question: I don't know what I meant either. :D I'll get into that...

Hm, my semi-educated guess is: you're either a) using an asynchronous job runner in production but not locally which delays image analyzation and therefore the adding of the width and...

There's a mechanism for this already somewhere in ActiveStorage, I remember seeing some logic like "was the picture analyzed yet? if not, do it right away." in the AS code...