Travis Wimer

Results 18 comments of Travis Wimer

I did attempt using different `coverageVaribale`s, but for some reason that caused the reports to be completely empty. I don't exactly understand the purpose of the `coverageVariable` option, so I...

Hello bot. Please remove the `stale` label. 😀

I've been seeing this for a while now. This seems like a pretty important bug. This feature is the only reason I use RND, and I imagine that is true...

I was able to fix this issue in my case. For me it specifically had to do with Apollo/GraphQL, but the solution would likely relate to other libraries which make...

@russpitre I'm fairly certain the root issue is caused by the overridden XHR calls that I mentioned here: https://github.com/jhen0409/react-native-debugger/issues/432#issuecomment-569184047 Even if you're not using Apollo/GraphQL, the problem likely has to...

@kyle-ssg Are you using `fetch()` immediately when your app starts? If so, my previous comments are still relevant, because RND overrides the default `fetch()` to connect it to the Network...

@kyle-ssg Maybe your issue is different, but I would look into whether the fetch you are calling is somehow referencing the wrong fetch. Basically: ```javascript let referenced_fetch = fetch; setTimeout(()=>{...

I'm not sure if I experienced the exact same issue, but it seems similar. If RND is left running for a while it starts using a significant amount of RAM,...

I believe I found a fix for this issue. It seems to be timing related. The problem for me was with how I was using `apollo-link-http`. I was calling `createHttpLink()`...

Is there something holding up this pull-request? It sounds like the work has been completed. I tried just cloning the repo and running from this branch, but I can't seem...