Re: [Snowdrift-dev] [PATCH] Use appStripe as stripe client in handlers

2017-07-18 Thread Bryan Richter
On Tue, Jul 11, 2017 at 06:57:03PM -0700, Bryan Richter wrote: > Much of this patch makes sense to me. I'm pretty sure I know where the > type errors are originating from, too. I looked at this yesterday, and I realized what really needs to happen is we get rid of StripeI. It is completely

Re: [Snowdrift-dev] [PATCH] Use appStripe as stripe client in handlers

2017-07-11 Thread Bryan Richter
Much of this patch makes sense to me. I'm pretty sure I know where the type errors are originating from, too. Throw rocks at me if I don't get to this in the next 24 hours or so... On Tue, Jul 11, 2017 at 06:16:58AM +0300, fr33domlover wrote: > From: fr33domlover > >

Re: [Snowdrift-dev] [PATCH] Use appStripe as stripe client in handlers

2017-07-10 Thread fr33domlover
I tried replacing all the 'StripeClient' with the actual type. It gives exactly the same type error. So, no harm in having the type alias. pgpK943rc6S5J.pgp Description: OpenPGP digital signature ___ Dev mailing list Dev@lists.snowdrift.coop

Re: [Snowdrift-dev] [PATCH] Use appStripe as stripe client in handlers

2017-07-10 Thread fr33domlover
On Mon, 10 Jul 2017 18:44:44 -0700 Bryan Richter wrote: > To whom it may concern: > > fr33domlover and I know this doesn't compile.. it was submitted for > discussion. > > Now, on with the discussing: > > On Tue, Jul 11, 2017 at 03:57:31AM +0300, fr33domlover wrote: > >

Re: [Snowdrift-dev] [PATCH] Use appStripe as stripe client in handlers

2017-07-10 Thread Bryan Richter
To whom it may concern: fr33domlover and I know this doesn't compile.. it was submitted for discussion. Now, on with the discussing: On Tue, Jul 11, 2017 at 03:57:31AM +0300, fr33domlover wrote: > From: fr33domlover > > --- > crowdmatch/crowdmatch.cabal| 3