Adam Davies

Results 23 comments of Adam Davies

Actually, thinking it through some more, the problem would be that we'd have to put all Extensions in one file. As far as I know, you can't split a module...

It was easy for me to follow `either` signature as it matched `type Result = ` of F#. Feels a little opposite for functions to work in reverse order, even...

Could you add a paragraph explaining SRTP? I had no idea it existed when first finding this library, and am still a little unclear about which overload gets chosen with...

@Happypig375 I found this happened because of uBlock firefox plugin. The image is on a different origin server, so get's blocked by default. I see the uBlock icon in your...

I was not aware of this class, but have made similar functions just using current time. I think it seems good. The only other Stopwatch functionality amounts to being able...

@cmeeran I wonder if it's specific combinations of functors that is more common? I have started using ResultT with Async, which means I can just use `map`. If we create...

You are dealing with two monads - async and result... So monad transformers are just a type to help combine them. I have `ResultT` because I am combining with Async....

@seanareed just noticed this same behavior. I think it's unexpected that entering a period doesn't always shift the cursor to the right... otherwise working great

I've since noticed it is less of an issue when require decimal is set to false. I can reproduce even then by backspacing over cents, then arrow left over the...