Adrian Marin

Results 234 comments of Adrian Marin

Experiments ```ruby self.dynamic_filters = { fields: [:status, :state], filters: [ # hierarchy # - database # - field # - dynamic_filters avo_filter(attribute: :name, type: :select), Avo::Filter.new(attribute: :name, type: :select), Avo::Filter.new(attribute:...

> @adrianthedev do you plan for some lazy loading version? Or even a belongs-to type? Yes @jetienne. Me and the team are going to talk about and build some kind...

Brainstorming ![Image](https://github.com/user-attachments/assets/260d50cf-363b-4988-91ba-c638ee7f2fa3)

Closing in favor of #1328. That PR will have the versioning feature. Please follow what one.

I think this is a good solution for now @oz-tal. We don't know a lot of details about nonces and CSP so we can't make an educated decision around it....

What a great article @rafafloresta! Thank you for that! We will use a combination of those. We add `audited` or `papertrail` to keep track of record changes and we add...

Thank`s for the solution!

I'm not sure that `ignoreGlobalsWhenInGlobalScope` works though. I have this under my config and I still get notified about the laravel methods. ``` ``` I also forced `now` and `collect`...

I see what you mean with `ignoreGlobalsWhenInGlobalScope`. My bad. I read that wrong. This is how I see the warnings. Apologies for the screenshot. I use `phpcs` inside VSCode. I...

Yes. It works now. I haven't taken the time to test the regex. I just assumed. My bad for copy/paste. Thank you for this! Keep up the good work!