William Richardson

Results 71 comments of William Richardson

@emptyflask, @traels, sounds like the meta data is just not loading when it should... which of course causes all kinds of problems down the line. I'll have to review the...

Ok, so to sum up what I did in the commit mentioned above... The meta missing problem is more of a design flaw than a specific coding bug. I originally...

I've been working on a huge Rails project involving Rfm, and I've run into some obscure and not-so-obscure data conversion issues, in both directions (read and write). I've patched the...

I've been saving this one until the I get the new parsing engine settled down. I'll have to work this request into the new record & field building process. Not...

Ok... been a lot of changes recently in the underlying parsing engine of rfm. Give the latest master branch a try - I suspect this issue will be gone. If...

You'll want to separate your application authentication from your user-session authentication. See this previous issue: https://github.com/ginjo/rfm/issues/6 I use a heavily modified (to work with Rfm instead of ActiveRecord) version of...

I don't have a problem with Brim, specifically, but a google search for this issue turned up surprisingly little of substance. This github _thread_ is the only place I could...

Doing a google search for ```stripe test webhooks```, I discovered the stripe-cli 'trigger' function and merrily went about developing and refining my webhook integration. I even created a handy [wrapper...

@hades200082 Cool, are you using the CLI to replay, or is that a dashboard-only function?

Well, I'm kinda late to this discussion, so maybe there's a better way to do this now. I have a very similar setup to @stevvooe. I don't use any specialized...