Umut Topuzoğlu

Results 73 comments of Umut Topuzoğlu

I think it should be configureable, so that if there are variables in it, it should not report at all. Because it makes the code much more complicated with little...

> It works on my Macbook Air M1, but after a while (15-30 minutes) the sound starts getting really bad and then breaks off. This also happens on my Intel...

Sounds good to me. But what do I know 😅

Thanks for the example, I'm currently working on some other issues and don't have time to elaborate, but this will help me a bit more I guess. I will come...

I tried building this on a standard template of `npx react-native init --template react-native-template-typescript` and the build is running fine. I think the problem only occurs if you have any...

Also I was not sure if this belonged here, but caching the subscriptions object is definitely something that sounds like a bug to me. I initially thought `extractRehydrationInfo` would deal...

So I managed to get the persist stuff working as you pointed out. The problem with redux-storage is, that by default you cannot specify which parts of the state are...

Any reason, this feature isn't merged yet? I really find this useful ...

I found out this only happens when the -fcxx-modules flag is set in OTHER_CPLUSPLUS_FLAGS. But I need this setting to be enabled because we are using `react-native-nordic-dfu` which uses `@import`...

Is this maybe related to cocoapods not correctly linking all the cplusplus related files?