Peter Solnica

Results 573 comments of Peter Solnica

@skryukov the problem here is that there are cases where the default type is not overridden. When you do ie `required(:foo).filled` it sets type to `Any` by default, then, unfortunately,...

@timriley @flash-gordon do you guys remember why we decided to make `to_hash` return an empty hash in case of an empty string?

I *think* it was to make it in line with how `to_array` works (which turns empty strings into empty arrays) πŸ€”

@timriley @flash-gordon here's [the commit](https://github.com/dry-rb/dry-types/commit/5fb043b66be3cde55945ad5553abe0e90d078895) which made `to_hash` return an empty hash for an empty string

@gmcgibbon @rafaelfranca πŸ‘‹πŸ» FYI this is a follow-up after your original autoload work but it uses zeitwerk. I need to tweak zeitwerk loader so that it knows how to deal...

This feature is planned for 1.0.0

@jphastings we want to support this in 1.0.0, I hope to start working on it next month.

@kbredemeier it'll be supported in dry-validation 1.0.0, as mentioned, it'll be done later this year, hopefully before the summer

@anthonydmitriyev unfortunately, I'm still working on dry-schema. It'll be ready when it's ready. Stay tuned.

@tomasc we'll add it eventually, I'm now focusing on rom/hanami2.0 so I don't have time for dry-validation/schema. It is what it is 🀷🏻 There is no workaround other than to...