Ash Furrow
Ash Furrow
I’m afraid not. The two aren’t really compatible, and this repo is deprecated. Danger Swift has SwiftLint support built-in, see this issue for more context: https://github.com/ashfurrow/danger-swiftlint/issues/17 If you’re using Danger...
@ctavan I'm using `react-autosuggest` v9.4.3 and `react` v16.5.0. If you look at the [diff](https://github.com/artsy/reaction/commit/ae033ae7011d4b839b6257579c03127fc2ed3df9) that I linked to above, you'll see the change we had to make to our function...
Oh, I see the confusion – I named the component `renderInputComponent` but it's not passed in directly to `react-autosuggest`, but is in fact created as a functional component (as in...
It'd be cool to have an option to run danger against the diff from the current branch and `master`.
@revolter no, I wouldn’t say that. It’s just that the changes made to Danger-JS would need to be implemented here as well to get the same features in Ruby. I...
I don't personally have plans – I've stepped back from the Moya project. Maybe another contributor can help, or maybe you'd like to send a pull request?
Hi, that sounds reasonable. I confess that I don't use SPM much so I'm not sure why this is happening or how to fix it. But supporting Moya and Combine...
Sorry you're having that issue. It looks like the tool is looking for `Chapter 1.xcplayground` but can't find it. Would you be able to zip + upload the directory containing...
Gotcha, yup. The chapter names defined in `book.yaml` have to match up to playgrounds that are in the same directory. Here's a directory with the modifications: [play 2.zip](https://github.com/playgroundbooks/playgroundbook/files/885890/play.2.zip) I removed...
No problem! You caught me at just the right time :smile: Ideally, we would have a pull request submitted against [this repository](https://github.com/playgroundbooks/example) that adds an example `book.yaml`, a few chapter...