Andrew Lord

Results 58 comments of Andrew Lord

This is an interesting idea, for my workflow it would make it possible with a plugin. Check file and run fetch if necessary and then run generate. However, does seem...

As always there are many more cases and edge cases than I realised when raising the idea!

I think it is that when resolving a package in Xcode it downloads all of the dependency packages and shows them in the project packages area. However, only the ones...

Yeah I guess, both can be managed via flags to only include them on iOS versions and platforms that support them. I do understand this argument though. I would understand...

I have been using it in production for a while, not directly. I based my own implementation on the one from AsyncMoya, however, the code is pretty much the same...

Thank you for the extra information. If anyone wanted to contribute a PR, I'm happy to review it.

@AndrazP I had some time and decided to look into this.

Sure. I was planning to take a look into the code sometime soon. Will ask if I have any questions! On Wed, 1 Sep 2021 at 17:16, Marek Fořt ***@***.***>...

Running SwiftLint and SwiftFormat takes time, I would rather not run them on every single build. I would prefer to run them only when we want to. The best way...

Glad to hear it will be useful to someone else.