Daniel Perez

Results 136 comments of Daniel Perez

@benfalk Glad it can help! If you (or anyone) is interested, I also implemented emacs navigation in my fork: https://github.com/tuvistavie/Mutate/tree/emacs_navigation It can be activated by adding `Layout=emacs` in the default...

Hi @benwilson512, Thank you very much for the detailed feedback! I know that type checking is not an easy task, but in the case of this library, I think it...

I just updated the PR with proper `nil` handling. I also removed the possibility of using the `allow_nil` option, as the `nil` type should be used instead in this validator....

@benwilson512 Thanks for the feedback! I get your point about allowing values, but I really think it would make things too complex if we try to handle this in this...

@benwilson512 Thank you for the review! For my above use case a validator will be good enough, but I have some JSON API I am working on, so I will...

@benwilson512 I just updated the PR!

@benwilson512 ping :smiley:

I have been using this as a custom validator in one of my libraries [1] for quite a while now, so if you could review and merge it, it would...

Won't have much time in the next few weeks, sorry. I'll update when I can, but it might take a little while.

Great, thanks for the follow up!