dry-effects icon indicating copy to clipboard operation
dry-effects copied to clipboard

Algebraic effects in Ruby

Results 3 dry-effects issues
Sort by recently updated
recently updated
newest added

## Issue when wrapping the effect handler with a catch block Some libraries / frameworks like warden and hanami, use throw and catch to manage the flow of execution. I...

bug
help wanted

## Describe the bug Using state effect resets all `Thread.current` variables. ## To Reproduce ``` include Dry::Effects::Handler.State(:updated_attributes) include Dry::Effects.State(:updated_attributes) def test puts "outside: #{Thread.current.keys}" clients_changes, result = with_updated_attributes(Hash.new { |hash,...

bug
help wanted

**Describe the bug** Code wrapped by effect handler is not analyzed by profilers (such as New Relic and Skylight) properly (e.g. no sql queries data when wrapped in rails controller...

enhancement