cats-effect
Here are 200 public repositories matching this topic...
Concerning Postgres versions:
- It should be clarified & documented which Postgres versions are supported
- Tests should be added for each supported version
-
Updated
Jun 26, 2020 - Go
-
Updated
Jun 28, 2020 - Scala
-
Updated
Jun 30, 2020 - Scala
-
Updated
Jul 1, 2020 - Scala
See if it would be possible (and maybe useful) to define instances of higher-kinded typeclasses like ApplyK for the types in sup.
-
Updated
Jul 1, 2020 - Scala
-
Updated
Jun 19, 2018 - Scala
-
Updated
Jul 4, 2019 - Scala
-
Updated
Jun 27, 2020 - Scala
-
Updated
Jun 29, 2020 - Scala
-
Updated
May 5, 2019 - Scala
As event-sourced state accrues more events, it's often required to make snapshots or checkpoints that represent partially-accumulated state to speed the process of rehydrating up. This library does not have an explicit snapshotting mechanism, but rather it assumes that a "snapshot event" is persisted in your incoming event stream. So what if you use a different location for your snapshots such as
-
Updated
Apr 6, 2020 - Python
Just glancing at the readme:
TimeoutvstimeoutCatsEffectvsIOSuite
Some of these should try to stay within the idiom of the surrounding test framework, so maybe we're already doing okay on the second point. We should try to unify on the first one, though.
-
Updated
Jun 28, 2020 - Scala
Having support for parallel execution is great! However it comes at the cost of requiring Concurrent for transacting a Saga. Possibly there could be a version of Saga which doesn't need Concurrent and could support types like doobie's ConnectionIO.
-
Updated
May 13, 2019 - Scala
-
Updated
May 5, 2019 - Scala
-
Updated
Jun 30, 2020 - Scala
-
Updated
May 29, 2020 - WebAssembly
I think shapeless should be optional, and only come in in the upcoming generic module.
If we already have it in core via circe, we should remove it, which might mean writing some instances manually: annoying but a one off job
-
Updated
Feb 22, 2020 - C++
-
Updated
Jun 29, 2019 - Scala
Improve this page
Add a description, image, and links to the cats-effect topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cats-effect topic, visit your repo's landing page and select "manage topics."
Some of the benchmarks don't have the correct scala doc, fixing those.