This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-28
Channels
- # adventofcode (2)
- # announcements (4)
- # babashka (34)
- # beginners (44)
- # biff (5)
- # calva (8)
- # cider (4)
- # clj-kondo (5)
- # clj-on-windows (5)
- # clojure (57)
- # clojure-art (1)
- # clojure-denmark (2)
- # clojure-europe (40)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-seattle (1)
- # clojure-uk (2)
- # clojurescript (20)
- # cursive (6)
- # datomic (1)
- # emacs (6)
- # events (5)
- # fulcro (22)
- # helix (5)
- # hyperfiddle (5)
- # jobs (1)
- # joyride (2)
- # lsp (8)
- # malli (8)
- # off-topic (30)
- # pathom (8)
- # pedestal (1)
- # portal (5)
- # proton (1)
- # rdf (2)
- # re-frame (4)
- # releases (1)
- # remote-jobs (1)
- # reveal (8)
- # xtdb (5)
good morn!
We’re launching one of the projects I’ve been working on since 2020 and of course all of the researchers in my project group are suddenly busy suggesting completely new features to implement before tomorrow
Best way to get feedback from users: “Hey, this thing we’re building for you that you have showed absolutely no interest in? We’re shipping tomorrow.” 😂
Thanks, @U0522J5HN. Yes, that is precisely what’s going on. They suddenly discovered a feature I made almost 1 year ago last week and starting praising it, even though it was heavily requested by them and I had already made a big announcement of it back when I made it. 😛
Very relatable 😁. It’s just Cunningham’s Law in action: if you want feedback, don’t ask for feedback, just deploy v0.1 of the feature. Good luck! 🙂
Not enough 40k bike rides and/or not enough ice cream
you're hugging people all wrong
Can't help but feel that god screwed us with knees. When cybernetic enhancements are finally a thing I'm definitely getting them replaced with better ones
and the food-pipe intersecting with the air-pipe
isn't that just apply filter :thinking_face:
morning
It could also be that it does implement equals but one of the objects in your graph does not
just written my own .equals
didn't turn out that difficult, but just finding out I needed to do that took some time.
@U052852ES when implementing equals
, don't forget to implement hashCode
as well "to maintain the general contract for the hashCode
method, which states that equal objects must have equal hash codes." (https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#equals(java.lang.Object))
There’s a project for that. https://projectlombok.org