Samuel Giddins
Samuel Giddins
> It didn't resolve the real world problem. Which real-world problem? Does this only manifest on `gem update`, or also `gem install`? Can you add a test case for the...
cc @asutoshpalai who implemented plugins
Interestingly, `bundle exec rubocop` isn't showing any failures locally for me
:smiley:
what's the output of `pod plugins list`. if cocoapods-dependencies isn't in that list, it's an issue with your local setup instead of anything specific to this plugin.
Does it work when building as a static library in CocoaPods without packing cubes?
Please open a PR with a failing test case if possible, otherwise I’m not really going to have time to dig in
yes, `pod install`.
For performance, it might help to have a buffered proxy to the underlying IO? That way, you only incur the locking/encoding overhead every buffer block size, vs every substring that...
Aren't those files just incorrect if they don't `import Foundation`?