Franco Meloni

Results 144 comments of Franco Meloni

Thank you @morluna, I've released 3.11.1 with this change, let me know if it fixes the issue. @majd already tried the change before the release and it seemed to work

This is really odd :O I've just launched `brew install danger/tap/danger-swift` ``` ==> Installing danger-swift from danger/tap Warning: Your Xcode (11.3.1) is outdated. Please update to Xcode 11.4 (or delete...

Hi @anticafe, Danger-Kotlin is not compatible with Danger Ruby and its plugins, so I don't think it will work, however Danger has the possibility to execute command line commands, so...

Hey! Sorry for the delay, I've missed this, you can use https://github.com/danger/kotlin/blob/master/danger-kotlin-library/src/main/kotlin/systems/danger/kotlin/models/danger/Utils.kt#L24 to exec any shell command

Danger-Swift uses Danger-JS under the hood to make all the requests to the various platforms (GitLab, GitHub, Bitbucket etc), so I think Danger-JS will need to support http connections in...

The GitHub object should always be there if you are on GitHub, because is provided by DangerJS that will query the GitHub APIs and fail if they don't respond. The...

This could be a danger-js problem, which version of danger-js are you using?

Hey, so I looked a little bit at the issue, given you are installing the project with brew you don't need a Project.swift, does removing that file helps? Another alternative...

>My Dangerfile checks for certain conditions in the PR description (non-empty, has a link to an issue, etc.) and warns if the conditions are not met. The PR owner can...