Skip to content
#

effects

Here are 463 public repositories matching this topic...

Andarist
Andarist commented Jun 4, 2018

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

zio
neko-kai
neko-kai commented Jul 12, 2020

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
Magick.NET
gerwintmg
gerwintmg commented Apr 8, 2020

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

djspiewak
djspiewak commented Oct 23, 2020

It occurred to me that AutoCedeK is really just a specialized variant of FlattenK, but the only specialization is the name. We should rename it, group it with FlatMapK and MapK, and special-case the IO#flatten operation, since that will result in a noticeable performance win in such scenarios (relative to running through flatMap).

This is a run loop task, but a very straightforward

Improve this page

Add a description, image, and links to the effects topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the effects topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.