busypeoples

Results 75 comments of busypeoples

Thanks for the very valuable feedback @arizonatribe Will try to reproduce the error in the coming days.

We could think about adding this feature. Thanks for the input!

Thank you very much for the feedback! Highly appreciated. Regarding coercions, yes this needs some thinking for sure.

Good points. Will also think about how we can makes this efficient. Regarding `Either`, agree, if we can avoid exposing it in user land would be helpful for adoption.

Will also add a couple of examples to the docs.

Excellent thank you very much! I will try to have look in the coming days.

Thanks for the great work @benneq! Will finally have look tomorrow.

I will checkout your type definitions and add input to the missing parts.

Thanks for the info! I will use the above type definitions. Let's see how far we can get with this.

Haven't tried it yet, but shouldn't this be the type? ```js ((value: INPUT) => ReadonlyArray ``` It should always return the predicates. Can you verify? I'm currently setting up TypeScript....