Travis Wimer

Results 18 comments of Travis Wimer

Adding to what's been said, an option to disable telemetry is also part of MapBox's terms: > Developers employing our Maps SDKs for iOS and Android are required by Mapbox...

I ran into this error while using the [default React Native stories.](https://github.com/storybookjs/storybook/blob/7064642e1aee7786c77fe735c064c0c29dbcee01/lib/cli/src/generators/REACT_NATIVE/template-csf/storybook/stories/Welcome/Welcome.stories.js) This probably isn't exactly the same problem that this issue is discussing, but I want to mention it...

Does anyone know if there are any reliable forks for this package that are being maintained?

@d4vidi If I remember correctly, the common cause of this is using the [React Navigation](https://github.com/react-navigation/react-navigation) UI libraries, which apparently use a lot of nested elements. I'm not sure why the...

@q0rban I think I trust `http-proxy` a little more, simply because it still has 13 million downloads a week. It's been over a year since either of the projects you...

> has commits from them as recent as 3 weeks ago. Interesting. I wonder why they haven't updated the npm package in a year. Maybe they're in the process of...

@alanhg This comes to mind: https://xkcd.com/927/

It looks like the paths generated by TypeDocs changed, so now they are in the `typedocs` directory: https://github.com/invertase/react-native-apple-authentication/blob/73a30393e4fc31659d2d084751e60dc5e660db37/typedocs/modules.md Previously they were included in the `docs` directory. You can see the...