Stephen Hanson

Results 33 comments of Stephen Hanson

I have a proof of concept working, will try to have a PR opened later this week or early next week. The idea is to allow instantiating any of the...

@daidekman you almost have it: ``` MindBody::Services::SiteService.get_activation_code(site_id: 500) ``` The monkey patch can go in your initializer.

Has anyone found a solution for this that works for more than one link in a paragraph? I am building a news app for a major publication. We must meet...

Thanks for this suggestion, @tj-mc! I converted this portion of my app to use webviews instead, and this completely solved my accessibility issues. Screen reader, voice control, keyboard all work...

I'm also looking for a way to do batch imports. I found this comment on [the PR that originally added the import feature](https://github.com/mixpanel/mixpanel-ruby/pull/9/files#diff-c343d7c0f2f4c71fdb99812615b07173R169): > I think it's possible that we...

@jharbert Yes, I see something like that, too. And I'm oddly getting that exact same error on a call to cancel a class. This is an example failure response I've...

@wingrunr21 here is the XML response. There was a generic message in the top-level `response.message` and then the more descriptive message under `classes` > `clients`: ``` xml FailedAction 200 An...

It seems like, in my case, you're doing the right thing by passing me the top level message. If I have a complaint, it'd be directed toward MindBody burying their...

Curious if there has been any movement on this. I'm a React Native developer, and these changes would be a huge benefit to my testing workflow if this were merged...

I was able to get this to work using CRA and babel-loader. Here is my complete config: ```js // .storybook/webpack.config.js const path = require('path'); module.exports = (_baseConfig, _env, config) =>...