Derek Dahmer

Results 7 comments of Derek Dahmer

+1 same problem. In this example, returning a value from `local()` prevents `remote()` from being called, but never calls the success action. Works fine with just `remote()` defined. ``` export...

Oh I see. I was able to get the app via the Releases tab. For the webpage, maybe the buttons could be changed to be: - [Download App](https://github.com/avaidyam/Parrot/releases/download/v0.9-alpha/Parrot.zip) - [View...

+1 [Recommendify](https://github.com/paulasmuth/recommendify) does item-based recommendations and we were getting great results from it, but were scared off from using it in production since the project is not really maintained anymore....

+1 I get the same issue locally, though it works on heroku. I've run `rvm osx-ssl-certs update all` and my certs are up to date.

@denodster figured it out, its a problem with your openssl configuration, not mixpanel specifically. To see the problem, try this code with any https url as the `endpoint`, e.g. https://www.google.com,...

I'm running into this as well because `dispatch` also can't be called.

In the meantime you can disable the shadow props by passing the `popoverStyle` prop: ``` ```