Arturo Herrero
Results
2
issues of
Arturo Herrero
I use macOS and Homebrew to install/update Git and hub. After upgrade Git (`brew upgrade git`) from version `2.17.1` to `2.18.0` the auto-completion of the GitHub commands provided by hub...
bug
I've found one issue related to URL detection. For example, having this line: ```ruby def whitelist_query_limiting Gitlab::QueryLimiting.whitelist('https://gitlab.com/gitlab-org/gitlab-foss/issues/42430') end ``` When I try `gx` over the URL, it's giving me the...