Jason Barnabe

Results 99 comments of Jason Barnabe

Not sure if it's a temporary issue, but starting today calls to `OffsitePayments::Integrations::Paypal::Notification#acknowledge` in sandbox mode (using `https://www.sandbox.paypal.com/cgi-bin/webscr`) are failing as that's doing a 301 to `https://www.sandbox.paypal.com/us/cgi-bin/wapapp?cmd=_wapapp-homepage`. Updating the URL...

As commented above, it's possible reCAPTCHA is blocked, but without further information, not much I can do.

Note that #57 avoids transactions altogether which brings the number of statements to `n`.

IAT is set up to read from some element where it can get/set the "value" property, correct? If so, then it's not going to work well with Orion. Stylish internally...

Is there a function that Stylish could call to tell IAT to fire up, and is there a function/event that IAT calls that Stylish could listen to when the text...

What I'm trying now is to add the functions IAT is calling to the box that Orion/CodeMirror is attaching to. I do this: ``` js sourceEditorElement.__defineGetter__('value',function() {return codeElementWrapper.value;}); sourceEditorElement.__defineSetter__('value',function(v) {codeElementWrapper.value...

Sortable column header links have code like this: ``` Signup Date ``` So if I want, I can hook up some JS to this link and dynamically rewrite the grid...

Using `type: :feature` makes this work, but breaks all sorts of things.

I believe the test suite covers this issue, but it does not currently test anything after Rails 5.2.0. ``` ~/wice_grid (master) $ appraisal rails-5.2 rspec ./spec/features/action_column_request_spec.rb:19 Error loading RubyGems plugin...