Adam Rosien

Results 13 issues of Adam Rosien

If the Chatter or RoomChatter actors blow up, say from an exception being thrown from the inner Chat or MultiUserChat objects, then the ChatSupervisor will restart those actors. However, this...

(sort of a design issue...) Both `Pet` and `Order` have their own status which is updated independently. That is, nothing enforces they correspond, like `OrderStatus.Delivered` implies `PetStatus.Adopted`. Some ideas to...

Essentially the inverse of the "safe" macro, to whitelist warts that can't/won't be fixed.

wart

Signature and usage was wrong as the callback returns ZooKeeperClient, though getHandle() will return the new ZooKeeper instance.

**Describe the bug** When using the opencensus-shim, and thus the OpenCensus APIs, after injecting an incoming propagated context and creating a span, the created span doesn't have the same trace...

Bug

This makes it possible to write a `cats.Functor` instance giving us a `map` method. With the `Unzip[A]` passed to the contructor, we can't write `map` without the "target" `Unzip[B]`.