Fabien

Results 7 comments of Fabien

+1 I work with Globalize gem. ``` PG::UndefinedTable: ERROR: missing FROM-clause entry for table "category_translations" ``` Controller: ``` Ruby def index @q = SuperModel.unscoped.with_translations(I18n.locale).order(created_at: :desc).ransack params[:q] @super_models = @q.result.includes(:type).page(params[:page]).per(params[:per_page]) end...

I made the same mistake with yarn. I tried with pnpm and it worked fine: ```bash $ yarn global add deepl-translator-cli yarn global v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages......

I have the same error with yarn. I tried with pnpm and it worked fine: ```bash $ yarn global add deepl-translator-cli yarn global v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages......

Okay no problem, I'll try to see if it can be set up easily. For specific use case, in my case, I would like to be able to use several...

Hi! Indeed the `current_name` wasn't thread safe, I find your approach much more elegant (especially since we don't have to define a new Makara strategy). I've tested it locally on...

> > Great, glad it's working, and fwiw, your PR helped out a lot - was much easier to make some tweaks than start from scratch. > > Going to...