Connor Tumbleson

Results 630 comments of Connor Tumbleson

> As for keeping the compression level along with the Deflate/Store information it can be done but I didn't really have the need. What I'm lost about though. Apktool attempts...

> Also the default level isn't a blanket specification that override the per-entry level it's only a default value if an entry doesn't have a more specific level configured. In...

thanks. I see this is probably because the loop is just making one-off calls to the CLI - https://github.com/getsentry/action-release/blob/master/src/main.ts#L48-L60C22 Maybe that parameter was intended to be used for all the...

We can solve this by finding the game uuids that don't yet have a category related and just re-pull those. It was 7.7k at time of this ticket, so probably...

Bump to this. Since the time based estimate we put is useless, because it has to regenerate like 15 categories which take a few hours.

@98rahul - Take a look at these. I believe this is a known issue with workaround. Try disabling "Highlight updates when components render" * https://github.com/facebook/flipper/issues/4046#issuecomment-1252790246 * https://github.com/facebook/flipper/issues/4131

@98rahul - Sorry mate. I just found some links to try and help you. Best of luck.

What is the error you are getting? I see all this explanation, but unsure what exact error you are dealing with.

@bagraercan - This sounds like Watchman is not able to crawl/detect changes to FS, which might explain those errors. Does `npx react-native doctor` report a valid watchman?