Paweł Srokosz

Results 83 comments of Paweł Srokosz

The main problem is that Mustache.js generates strings so `{{names}}` will be stringified by `renderer(text)` and then passed to the `{{#join}}` function, so stringified names must be then parsed back...

Yes, it should trigger: - on_created_object() and on_created_file() for new file - on_reuploaded_object() and on_reuploaded_file() when file already exists Unfortunately as I check the code, current hook system isn't very...