Adrian Torres
Adrian Torres
It's been a year, is there any plan to implement this?
You're right, when I wrote this patch I hadn't actually tried to implement `CursorPagination` yet so I assumed some of these things also applied to the other Pagination classes (like...
@tomchristie any chance of ever getting something like this merged? I feel like it's an easy and dangerous trap to fall into
Just chiming in to say that something like `lower:` or `upper:` would be appreciated for comparing two different metavariables :)
@IagoAbal sure, I have the following rule: https://github.com/RedHatProductSecurity/django-migration-rules/blob/master/rules/django-migration-slow-default.yaml And the following test which should not trigger the rule: https://github.com/RedHatProductSecurity/django-migration-rules/blob/master/rules/django-migration-slow-default.py#L53-L67 At the moment it does because I have not found a...
@bmahe cool, thanks! I believe that works for when you want to match but don't think it's possible when you want to filter (which is my actual use-case but I...
``` [root@0a68c5390e83 /]# go version go version go1.18.6 linux/amd64 ``` Here's the full log from a fresh Fedora 36 container, in case it's useful: ``` $ podman run -it fedora:36...
That only takes care of the case in which the condition is `service_started` or it's a short syntax `depends_on`, correct? We would still need the current sort logic to have...
> maybe we ask podman to support `--require=:` Sure, I don't really care where it's implemented as long as it works, it's currently kind of a blocker for our project...
> I'll get back to read all of your points maybe this weekend. Hey no worries, take your time, I'm gonna leave some comments here but don't feel pressured into...