The Wayback Machine - https://web.archive.org/web/20200521110818/https://github.com/topics/effects
Skip to content
#

effects

Here are 433 public repositories matching this topic...

falafflepotatoe
falafflepotatoe commented Aug 7, 2015

Small rant sorry...

You should mention somewhere that elements have to be hidden first then do ramjet.transform(), and use { done: => { ramjet.show(target) }}... and also maybe that it doesnt like jquery elements.

If the docs do say that, my apologies, I couldn't find it

Reason is all your demos use hidden elements, but its not clear how to interact with a hidden element, and the effect doe

Zyl9393
Zyl9393 commented Jul 13, 2019

Gamma correction is among the things most often done wrong by graphics programming novices. It's almost as bad as missing scene-related color transforms and linear volume sliders in the average video game. The code example in the readme should definitely mention to adjust.Gamma(img, 1/2.2) before doing any color mixing and adjust.Gamma(img, 2.2) before saving back to file (for as long as _bild

zio
iravid
iravid commented Apr 30, 2020

ZTransducer is an effectful chunk processing function, and thus forms an arrow. We should add the following combinators on it:

  • zipping: (ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, (B, C)]
  • racing: (ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, Either[B, C]] looks problematic to implement currently
  • both: `(ZTransducer[A, C], ZTransducer[B, D]) => ZTr
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 Mar 4, 2020

For example, we have no implicit on Bracket's companion for materializing a Bracket[OptionT[F, *], E] given a Bracket[F, E], which we 100% should have. Similarly for EitherT and a bunch of others. The only one present right now derives Kleisli, which is useful but we should have the others, too.

This has been a problem on a few other typeclasses as well. At the very least, Bracket n

bow
truizlop
truizlop commented Feb 26, 2019

Description

The current docs generated with Jazzy show only the methods that a class declares itself, but not the ones inherited from superclass or superclass conformance extensions. For instance, Id shows only 5 methods, but ForId conforms to a number of typeclasses that add methods to `

mbbroberg
mbbroberg commented Mar 7, 2019

It took me a little while to realize that piping is happening outside of gif's parsing of the command and requires further calls to the application. For instance:

gif emoji boom | gif rain <(gif emoji boom) > test.gif

Produces the result I expected from gif emoji boom | rain <(boom) > test.gif. It would be helpful for users to have that explained on the README. I'm happy to op

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.