patodevilla

Results 6 issues of patodevilla

Is there a way to add a required option to chips? I'm not sure if it makes sense for everyone so I'm trying to find any current workaround. Does anyone...

## Describe the bug Upgraded from version 1.6.1 to 1.7.1 and detected error in my app's tests. Basically, when an empty block is passed, key validation is wrongly validated. I...

bug
help wanted

## Describe the bug When setting `validate_keys` as true, empty hashes are being ignored by the validator ## To Reproduce ```ruby schema = Dry::Schema.JSON do config.validate_keys = true end schema.({hello:...

bug
help wanted

How is the 'posts.**' option used in rails?

### Steps to reproduce Adding a `can` rule to authorize when a value is `nil` fails to authorize. ```ruby class Person < ActiveRecord::Base enum my_enum: { 'something' => 0, 'other'...

I've seen the work done for this app and seems amazing! I am currently running a rails 5 app and have been wanting to upgrade to rails 6 but since...