Tim Spence

Results 41 comments of Tim Spence

> Started fiddling with it, and already have a couple of questions. Maybe you guys could help me with direction. > > First, for law-tests I need `Eq[Queue[F, A]]` instance....

@armanbilge are you still planning to do https://github.com/typelevel/cats-effect/pull/3098? Or should I add another parameter to toggle this on/off (instead of allowing `initialDelay = Duration.Inf`)?

> Oh additional question: can we do this in a common location so it can be shared across the `IOApp`s? This is even more useful on JavaScript than on the...

Apologies @djspiewak and @armanbilge for being so slow on this. Will try to get it over the line this week

> Just need a couple adjustments and then I think we're good to go. I changed the base so we're now pointing to 3.4.x Thank you!!

https://github.com/TimWSpence/cats-stm is running on CE3 :)

Many thanks @muuki88! That's very interesting! I've failed to find any reference to `docker build` supporting this. I'm not entirely sure how Docker would be able to install it on...

Hi Karl, this is a great question! Firstly thanks for using cats-stm! :) And for trying to upgrade so quickly to 0.11.0 - that was impressively fast! The answer to...

Sorry @durban just saw this! Thanks for raising it! This definitely should not happen. I'll look into it ASAP

@durban sorry, I understand this now. This is currently by design (we allow potentially stale reads but then retry the transaction upon commit). AFAICT Haskell's current implementation does this as...