effects
Here are 482 public repositories matching this topic...
-
Updated
Aug 29, 2020 - Go
CE have released their own take on tracing, with following notable changes compared to original ZIO Tracing:
- Instead of parsing lambdas, CE throws exceptions in IO constructors and cleans up stacktraces. That also means there is no regional control of tracing and AFAIK no way to avoid slight overhead even when tracing is completely disabled – but OTOH it may probably work on Scala.js
- Trace
-
Updated
Apr 1, 2017 - Java
Is your feature request related to a problem? Please describe
I'm using Magick.net to update Exif metadata, but could not find a way, to replace the thumbnail image.
Describe the solution you'd like
I would like to be able to replace the thumbnail, by using magick.net
Describe alternatives you've considered
I have tried to make an extension method but did not find a way to
Add PngWriteDefines
-
Updated
Oct 30, 2020 - Java
-
Updated
Oct 24, 2020 - JavaScript
The current naming is descriptive, but a bit longwinded and maybe scary, I propose to replace
trait Fiber[F[_], E, A] {
....
def join: F[Outcome[F, E, A]]
def joinAndEmbed(onCancel: F[A])(implicit F: MonadCancel[F, E]): F[A]
def joinAndEmbedNever(implicit F: GenSpawn[F, E]): F[A]
}with
trait Fiber[F[_], E, A] {
....
def join: F[Outcome[F, E,-
Updated
Dec 13, 2020 - C#
-
Updated
Nov 23, 2020 - C#
-
Updated
Dec 6, 2019 - C#
-
Updated
Dec 8, 2020 - C#
-
Updated
Nov 3, 2020 - Haskell
-
Updated
Dec 14, 2020 - Swift
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Nov 20, 2020 - Swift
-
Updated
Dec 13, 2020 - Haskell
Improve this page
Add a description, image, and links to the effects topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the effects topic, visit your repo's landing page and select "manage topics."
I've noticed that redux' docs got a nice lifting, thanks for the new version of GitBook. Would be nice to upgrade too.
Redux commit introducing the change - reduxjs/redux@b307091
We might want to postpone merging this though, because we don't want to update docs before releasing v1 and from what I understand new Gitbook comes with au