Arnaud Besnier

Results 118 comments of Arnaud Besnier

@karensg we just release a new liana version 1.7.7. You can install it right now. Let us know if you have any issues. 🌲🌲🌲

@karensg, Yes none of the deleted records are now available. And yes, sorry if I have not been clear enough, we haven't implemented a recovery mode yet.

Yes sure, re-open the issue. Lets continue the discussion on your dedicated Forest channel on Slack, to see how to prioritise this feature in the next weeks.

Hi @JulienTimsch @mcmegavolt, indeed the experience is not good at all with the default liana behaviour. I'll provide a configuration example to have a better experience.

# Display implementation example Here is a simple configuration on a `User` model: ```ruby # app/models/users.rb class User < ApplicationRecord has_one_attached :avatar end ``` The liana won't natively send the...

Hi @laruche, Could you detail if this issue happens when listing/requesting records or when displaying charts? I am trying to understand if the implemented pull request really fixes your issue....

Hi @daniel-costa, I guess the error you have happens a this specific line: `puts Venues.all` Because you're in the `Forest::VenuesController` Am I right? Maybe `::Venues.all` could fix the issue?

If you're using Puma, it might be an issue with Forest support of multithreading in development environment. Did you try to deploy this code in a staging/production environment? My guess...

Can you try: ```ruby Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. # In the development environment your application's code is reloaded on # every...

Hi @Lukasz-Ziemnicki, Let me try to understand: > What it is interesting everything worked fine till yesterday. Do you mean everything was working fine with the Forest Liana integrated properly...