Damien White

Results 65 comments of Damien White

Thanks for the workaround @topherfangio. That was the only way I could get rake working for now with bundler 0.9.25 and ruby 1.9.1

I have this question too. What engines support authentication? > Update, I figured out that `poltergeist_phantomjs` supports proxy auth, but I'd really like to use chrome.

Can this be merged? I want to use the new GA4 properties.

I had a hard time with this, but I got it working successfully. Say you have the following mutation: ``` CreateMutation = API::Client.parse

Same problem for me using Slim + `fields_for` + Spree CMS 3.1.1. Tried making a partial in Slim and it escapes the content. Is there a workaround at all? I...

When I call `import ShareMenu from 'react-native-share-menu';` Android throws the following warnings: ``` WARN `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method. WARN `new NativeEventEmitter()`...

I found a solution for `new NativeEventEmitter()` Android: https://stackoverflow.com/a/72516352/103778 This gets rid of the warnings

I'm seeing the same error as @kubik369 when trying to add a custom share view.

I'm having an issue with just getting callbacks for iOS shares. I don't really need a custom share view. It works perfectly on Android. But on iOS `handleShare` is never...

Update: I have callbacks working now on both iOS and Android. I used my full bundle id for the URL scheme and made that my group id for both the...