Bryan Grounds
Bryan Grounds
Excellent discussion! My 2 cents: 1) Task equivalence should be based on the execution graphs defined by the `Task`s. When you use the `ap`, `chain`, etc. combinators on `Task`s, you...
I wonder if appending a newline to your metrics would fix this. https://github.com/etsy/statsd/blob/master/docs/metric_types.md#multi-metric-packets
@metasean - where did you get the codewars svg?
Illustration in Haskell: ```hs ( do x
If I change that from `>=` to `>`, then 1. the spamming stops 2. but now followers don't seem to emit the leaderElected event at all (not even once) 3....
Same. ```bash brew tap sachaos/todoist brew install todoist todoist # Input API Token todoist sync ``` ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation...
> So it seems that annotating the comparison operations, `==` and `!=` more specifically, will be problematic. > > The problem here is that `object.__eq__` is compatible with _any_ object,...