Matt Oakes

Results 90 comments of Matt Oakes

For anyone who sees this in the future, you can set this up yourself by creating a file in `/usr/local/bin/node` with these contents: ``` #!/usr/bin/env bash ~/.nvm/nvm-exec $@ ``` This...

Thanks @Padrio. I am not currently using Dokku so won't have time to make any changes to this repo. Let me know if you would be happy to fix this...

I have granted you edit access to the repository so you are able to help maintain the plugin and fix issues like these. If you like, you can still submit...

I'll likely impliment this at some point. Someone has requested this for a project I use viewflow on.

@terrysahaidak That sounds really interesting. Do you have any details about any VSCode plugins that are required or is the support built in?

This shouldn't be something that's inside React Native at all. If you want to change the behaviour of `console.log` in your app, then you always have the option of overriding...

**Systrace - [Issue #15003](https://github.com/facebook/react-native/issues/15003)** Systrace is one useful tool which has been broken in the open source release for 1.5 years now with no available fix or workaround. Initially it...

Technically, I think the `add_flipper_pods!` should be inside each target which you want it to be used by. Moving it outside all targets will add it to all targets which,...

I didn’t know about abstract targets. Good to know! I don’t think it needs to be covered in the upgrade helper as it’s a bit more “advanced” than most users...

I had this issue and it was caused by this warning: ``` CFURLCopyResourcePropertyForKey failed because it was passed a URL which has no scheme ``` Basically you need to make...