प्रथमेश Sonpatki
प्रथमेश Sonpatki
We can split this into tables, `labels` and `issue_labels`. `labels` will have name and repo_id. `issue_labels` will have `label_id`, `issue_id` and `repo_id`. Then we will be able to show all...
Is this issue still happening?
I think we can change the language of our emails a bit. Lets say an issue is pending for a long time with no PR, we can say `Can you...
@jmccaffrey Github returns the default branch of repo in the response. For eg. https://api.github.com/repos/ruby/ruby returns `default_branch` as `trunk` in the JSON response. We should use that information and store it...
@nateberkopec Did you notice any issue with links other than Rails?
Created new issue for tracking problems with Rails inks https://github.com/codetriage/docs_doctor/issues/45
Also related question: What is the purpose of this file - https://github.com/flori/json/blob/master/lib/json/add/bigdecimal.rb I see it was added for BigDecimal compatability but it is not used in Ruby for BigDecimal#to_json. The...
@jeaxelrod Please check. A fix has been deployed :smile:
Thanks for the report Kamil. I will take a look.
@thenickcox What do you mean by `"(undocumented)" string next to the method title`? Please show an example.