Ash Furrow

Results 262 comments of Ash Furrow

Good question! I'm not sure, I've never used those apis. When you figure it out can you let us know?

Is page 2 data stored within a collection view? You might need to reload the individual table view row, or the collection view within that row. The latter option is...

@heidiproske Thank you for the detailed issue! To be honest, I had no idea that SwiftLint was parsing out environment variables from the YAML file at all. That makes sense...

Hi, thanks! I've created that tag, thank you 😅 As for the version, you can install `swiftlint` yourself and point the plugin to it using the `binary_path` configuration option, but...

Good question! So this is something Orta and I have discussed before. There is no Danger-JS version of the plugin _but_ what we're looking to do is move away from...

Cool! I let you know on this issue when it's ready for use 👍

Okay so for anyone following along or wondering why Github is giving 404's, I changed the name of this repo from `danger-swiftlint` to `danger-ruby-swiftlint`; then I created a new repo...

Alrighty, [the plugin](https://github.com/ashfurrow/danger-swiftlint) should be working now. Let me know if anyone runs into issues.

It's a good question, and it's a matter of opinion, really. I believe that `UITableViewCell`s should only be concerned with display logic. To make them the data sources for the...