Jonny Burger

Results 428 comments of Jonny Burger

Fixed the typo. Still need to research why the method does not seem work.

Made a PR #25, if you are happy, then I merge it!

That would be great! I just investigated this, and it appears that when `open_graph_state` is not available on the status object, Spotify is closed. So maybe using that, we can...

Hi atatadot! Thank you! This sounds like great potential to optimize. For me it does not seem to work on macOS. The command does not fail, but the output is...

Sure, we can remote debug this. This is what I see: ![image](https://user-images.githubusercontent.com/1629785/41586276-aed6b57e-73ac-11e8-8489-a16ee39d2e6f.png)

Unfortunately not.. ![image](https://user-images.githubusercontent.com/1629785/41645208-8f05d8fa-7470-11e8-912c-dda5fea05db3.png)

I appreciate you working on this! If you, like me, desperately want to upgrade, I published @samouss's branch as an npm package: https://www.npmjs.com/package/@jonny/react-native-mock Install and update references in babel config...

@JAStanton I uploaded my fork here: https://github.com/JonnyBurger/react-native-mock It has some other changes, like requiring react-native@^0.55. If it causes problems for others, I would be happy to take PRs.

Why should we use it? What would be the reason in the first place?

It looks like the file exists, but is not a symlink, is that somehow possible? What if we change ```js if (!fs.existsSync(dstDir) || !fs.lstatSync(dstDir).isSymbolicLink()) { fs.symlinkSync(srcDir, dstDir, "junction"); } ```...