Arnaud Besnier

Results 118 comments of Arnaud Besnier

Hi @yoadsn, If I read well, you want to have the opportunity to override the "native" fields default configuration using `Liana.collection` function (especially the `isSortable` value). This is not the...

Ok, For your CI/CD needs did you ever consider using our toolbelt? https://github.com/ForestAdmin/toolbelt You can automate your layout deployments with it. I agree with your thought about the sorting. You're...

If you are using `yarn`, a resolution defined in your `package.json` is a good workaround: ```json "resolutions": { "pg": "8.5.1" } ``` It fixed the issue on our project.

Hi @daniel-costa, thanks for the report. I think the expected behaviour is to always have the "not present" case in both usecases.

Hi @Striptik, thanks for the "heap out of memory" error/stack trace. Can you explain a bit more on which schema this error happens and what are the relations between them?...

Hey @VincentMolinie, can you provide us your Smart Field implementation if you still have it and if it is not a concern to share this piece of code here? Thanks,...

Thanks for the feedback @levynir! We'll look into this issue.

@KudMath no fix yet, but feel free to submit a pull request, the liana code is not so complex. As a workaround, what you can do is re-retrieve the mongoose...

Hi @karensg, thanks for pushing us. You're not the only person to ask :). We will work on the paranoia gem support in the upcoming sprints. About the implementation, I...

Hi @karensg, I started to fix the display inconsistency between list and details, in the end, all soft-deleted records should be hidden everywhere in Forest (dashboards, charts,...). We have created...