Emanuele Tozzato

Results 8 comments of Emanuele Tozzato

`administrate` is a `Rails::Engine`, which means it is a Rails app. Would it be useful to refactor the code following the 'update to rails 7 guides' and homogenize the handling...

+1 I monkey-patched my temporary* solution as: ```ruby collection_action :template, method: :get do respond_to do |format| csv_template = CSV.generate do |csv| csv

Thank you for your participation in this issue! Thank you @vrbros/ @joguSD we shall try to deploy the complied `awscrt` along with the rest of the lambda, we were on...

I _might_ try this again during holidays and open a PR to update the documentation!

Did you get anyway with your research, @kaj777 ??

**HI** No solution for us yet, we are running the process in the main thread 😓 I can't tell if this is true for plain Isolates too, everything we do...

Yeah, I went down the rabbit hole for a while. Logging from inside Isolates would only work in development, so we accepted that this is probably a corner case we...