Phani Anne
Phani Anne
Hello! I am on a mac and couldn't get Solargraph to work. Here's what I have - ~/.zshrc ```zsh # export RBENV_DEBUG=false export RBENV_SHELL="zsh" export RBENV_VERSION="3.0.3" export RBENV_ROOT="$HOME/Documents/.rbenv_$RBENV_VERSION" export GEM_HOME="$RBENV_ROOT/local-gems"...
Was looking to cherry pick individual `sha`s or PR's, and came across these instructions - https://github.com/tibdex/github-cherry-pick#how-it-works The instructions are great (haven't used the tool itself as I am in Ruby...
Added new endpoints to get all items from the queue and build details for a specified build And a couple of bug fixes - - Disabling cert check when none...