effects
Here are 501 public repositories matching this topic...
-
Updated
Feb 12, 2021 - Go
I have a small piece of zlayer code. The layers are defined as val
s, like so:
private final val kafkaLayer: Layer[Error, Kafka] = Config.live >>> Kafka.live
private final val transactorLayer: Layer[Error, DbTransactor] = (Blocking.live ++ ConfigDb.live) >>> db.hikariLayer
private final val queryConfigLayer: Layer[
-
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
-
Updated
Mar 4, 2021 - C#
In series/3.x, a simpler interface for IOApp is provided, for the users who don't need args or exit codes:
object Main extends IOApp.Simple:
def run: IO[Unit] = IO.println("hello")
I think it could be backported to CE2 for the poor souls who won't be able to migrate for a while for reasons.
-
Updated
Nov 23, 2020 - C#
-
Updated
Mar 3, 2021 - C#
-
Updated
Dec 6, 2019 - C#
-
Updated
Nov 3, 2020 - Haskell
-
Updated
Mar 3, 2021 - JavaScript
-
Updated
Jan 16, 2021 - Swift
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Jan 11, 2021 - Swift
-
Updated
Feb 10, 2021 - Haskell
-
Updated
Sep 22, 2017 - C#
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