You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assumed API would be much easier to work with in certain cases, though would need to be less powerful than what's provided by Hotswap. I think the missing abstraction could be useful, a NonEmptyHotswap would provide similar value as NonEmptyList.
I've taken a stab at this in #4267, and it looks promising.
The text was updated successfully, but these errors were encountered:
The site doc example of a rotating logger assumes an API that doesn't match the one provided by
Hotswap
.The assumed API would be much easier to work with in certain cases, though would need to be less powerful than what's provided by
Hotswap
. I think the missing abstraction could be useful, aNonEmptyHotswap
would provide similar value asNonEmptyList
.I've taken a stab at this in #4267, and it looks promising.
The text was updated successfully, but these errors were encountered: