-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continue filtering in ListedImages #154
Comments
Job #154 is now in scope, role is |
Bug was reported, see §29: +15 point(s) just awarded to @amihaiemil/z |
@llorllale/z this job was assigned to you 5days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
I understand now. Are you sure you want it implemented as a Your answer fill probably be |
@0crat waiting for feedback |
@llorllale The impediment for #154 was registered successfully by @llorllale/z |
@amihaiemil aren't #153 and #154 asking for the same thing? |
@llorllale Yes, pretty much... I looked over this once, a few weeks ago, and I think I came to the conclusion that one of these tasks is obsolete. Could you refuse it until I figure it out? These days I am also rather busy and do not have as much time for OSS :( |
@amihaiemil do you think there is a more elegant way forward than just overloading the |
I'm not sure what you mean by this :D I wanted to find a more elegant way since, like this, we will have that filtering map duplicated accross different implementations of Makes sense? :D |
@amihaiemil I see. So you want the solution to look like: docker.images().filter(...) -> Images .. instead of: docker.images(filter) -> Images |
@amihaiemil I think your solution may be viewed as inconsistent. I would expect |
@llorllale The initial And, if you call
Makes sense? :D |
@amihaiemil sure, it makes sense, it's just that it would've been nice if we could do new Filter(
docker.images()
); And have an implementation smart enough to not fetch all images from the docker registry and then filter them in-memory. But ok, let's not dwell to much and go forward with this. |
@llorllale Yes, new Filter (
docker.images()
); (especially if this |
@llorllale Job #154 is already on hold |
@0crat boost 6x |
@amihaiemil Boost 6x was set for #154 |
Boosting tasks is against our principles, see §15: -10 point(s) just awarded to @amihaiemil/z |
Order was finished: +90 point(s) just awarded to @llorllale/z |
The job #154 is now out of scope |
See puzzle.
The text was updated successfully, but these errors were encountered: