Peter Solnica
Peter Solnica
DSL ideas: ``` ruby class ArrayProxy include Charlatan.new(:array, exclude: [:to_a, :to_ary]) end ```
At the moment commands rely on relation objects, which is problematic and makes configuration/setup and other features more complex. The reason why this is done like that is because in...
`ROM::Mapper` still exposes old DSL that is far worse than what `ROM::Transformer` provides (via `Dry::Transformer`). Furthermore, we still use mapper builders with all the mapping options to build transformers, which...
This makes sense in case of adapters where key coercion is not required, but when it is, we ALWAYS need to use an output_schema because it will handle key coercion...
Currently, it's not possible to configure a custom `StructCompiler` because [`MapperCompiler` uses a hard-coded constant](https://github.com/rom-rb/rom/blob/master/core/lib/rom/mapper_compiler.rb#L30). This can be easily changed to use an option with the default value set to...
Reporting this as a placeholder for now. Specific improvements are TBD.
A common scenario is when you want to *adjust* the default dataset rather than setting it up from scratch, that's why it will be convenient when the default dataset is...
For now I just updated rubocop.yml manually but once we have beta1 out, I'll update action-hero and finally enable it for hanami org so that we can keep all repos...