dry-core
dry-core copied to clipboard
A toolset of small support modules used throughout the @dry-rb & @rom-rb ecosystems
This is a 3.1+ feature. I would expect this to work slower compared to the previous implementation, OTOH `.descendants` normally called a limited number of times. Also, the new version...
My project uses "concern module pattern" e.g. multiple controller classes including concern modules with instance methods cached I am switching from [memoist](https://github.com/matthewrudy/memoist) since [it's officially unmaintained](https://github.com/matthewrudy/memoist/issues/88)
Hello! I'm writing on behalf of the team behind [`MemoWise`](https://github.com/panorama-ed/memo_wise), a Ruby memoization gem that aims to provide fast memoized lookups. First of all, I wanted to say we're big...
Hello! I have a Rails application which has some unusual behaviour when paired with dry-core. Here's [the branch](https://github.com/radar/exploding-rails-rom-dry-example-app/tree/dry-core-issue) that replicates the issue. If you clone down this app with this...
## Describe the bug The dry-logger raises an exception while trying to warn about something ## To Reproduce ``` class TestLogger extend Dry::Initializer option :array, Types::Strict::Array.default([]) end ``` in this...