Adrian Marin
Adrian Marin
We're going to use [this](https://github.com/avo-hq/avo/pull/993#issuecomment-1208499226) approach.
Hey Iain, That way of letting the tabs flow off the screen was kind of intentional. I'm not a fan of how these look when collapsed, but I sent this...
Nah, that's my fault. I just pasted that in the DOM, and tailwind probably didn't generate that class. I'm still waiting for the designer to weigh in. ![CleanShot 2022-08-11 at...
I think we have a better lead on how to fix this issue. The collapsible tabs will never look nice if we just collapse them. But pills will. Adding a...
Fixed by https://github.com/avo-hq/avo/issues/1082
I was just about to post the same question. In https://github.com/avo-hq/avo/ we want to test the package against a few ruby 2.x versions and 3.0. We are using the https://github.com/ddnexus/pagy...
Not sure how this would work. I am on 2.7 and when I run this script it raises an error that it can't install pagy 4 on ruby
We have the same issue on https://github.com/avo-hq/avo with forks. All PRs coming from forks fail this action with `HttpError: Resource not accessible by integration`. I'd appreciate any guidance on how...
Hey @dhnaranjo. First of all, apologies for the radio silence. I had other matters to attend to this past week. I didn't have any time for dev-work. I did all...
I figured out why this is happening. It's because of https://github.com/avo-hq/avo/blob/main/lib/avo/dynamic_router.rb#L4. I'm triggering a `Rails.application.eager_load!` so I'll have access to `BaseResource.descendants`. It seems that Rails doesn't load up all those...