Jason Fleetwood-Boldt

Results 49 comments of Jason Fleetwood-Boldt

When debugging this I noticed that on the spree2-0 stable branch of this gem this file contains a Rails.env == "production" which either requires or loads the files in the...

~~On Spree 2.1, this gem does more things inconsistently between environments. In our case, it is showing the store credit on all screens leading up to the "Complete" step but...

Interesting. So, just to clarify, in terms of company debt (liability), you count the non-expiring SC at the time you issue them, but don't take expiring store credits as a...

• Don't ignore the `Gemfile.lock` in the repository, instead omit both the Gemfile and the `Gemfile.lock` from the files that are bundled when you build the gemcode. This is set...

it seems to me like there should be a different buildpack for each imagemagick version, no? I wouldn't want my imagemagick version to switch inside my app without me knowing...

a fix has been documented here: https://github.com/hotwired/turbo/issues/270#issuecomment-1068130327 ``` // persist initial stripe iFrame DOM Object across turbo AJAX page requests let stripeIFrameQuery = 'iframe[src^="https://js.stripe.com"]'; document.addEventListener('turbo:before-render', function (event) { const stripeIFrame...

Thank you ! I will pull this against a few of my apps, configure & run it, and then merge this in assuming everything looks good. Please give me a...

So sorry I don't know why I didn't see this 3 weeks ago when you submitted it.

thank you. I’m rebuilding this gem from scratch and going to give it a new name > On Apr 2, 2019, at 5:01 PM, Andy Waite wrote: > > Separate...

@andyw8 well the gemfile is compiled from the source files, of course. out of curiosity, how does one actually read a '.gem' file? Whenever I look at on in my...