John Rogers
John Rogers
> @johnrogers if you don't mind, you can try this Beta build: [#1111 (comment)](https://github.com/ProxymanApp/Proxyman/issues/1111#issuecomment-1371882258) Apologies for not getting back to you sooner. Are the fixes above included in 4.0.0? I...
Fully support these changes. Not only will it make the functions more performant, but it will ensure each function participates in `Task` cancellation inheritance correctly.
Hey guys. Definitely only one `.xctestrun` file in there, along with one `Debug-iphoneos` folder. The ZIP file is exactly as output from `scan` - here are the relevant lines of...
Ok, I'm getting somewhere. I wasn't specifying the correct scheme in `scan`'s `scheme` parameter. I've hit another snag though - I am getting the following error: `The app bundle is...
I've created a PR to demonstrate a fix (works for me). It seems to me that we're better off selecting the schema that's *not* `__xctestrun_metadata__`, right?
Not specifically plugin-related, but... Now we've worked out a fix for the plugin, I have to work out why Test Lab is telling me that I have an invalid ZIP...
> @johnrogers Maybe you can try-out without the `fail_build`-option in `scan`, i don't use that one. > One tip: The Firebase Community on Slack is very active, its `firebase-community.slack.com`, there...
+1 still seeing this in 10.2
@bodymovin we are experiencing the same issue. Our designer has set layer names accordingly, in the generated JSON the layer name appears in the `nm` property, but not the `id`,...
> @johnrogers my solution is super hacky but workes for our use-case for the time being. It's a simple python script that will convert the file. Maybe it helps you...