Richard Schneeman
Richard Schneeman
@dependabot rebase
Sorry for the delay in getting back to you. Funny you mention wanting to get Python on here, the python ecosystem was my original inspiration for the feature. I had...
Going from language support where N=1 to N=2 (or more) is proving to be a barrier. This feature largely works with Ruby right now because the app is already in...
We are already detecting if it is a :nodoc: and setting a `skip_read` on the method https://github.com/codetriage/codetriage/blob/b5aabbc2ac149359cb17843a0e634fbe692a693d/lib/docs_doctor/parsers/ruby/yard.rb#L43 I still think we could use documentation on `:nodoc:` methods, it just means...
Strange. Did you go awhile without interacting with an email? We have some auto back-off logic that kicks in if we see that emails aren’t being clicked. It might be...
Looking at your account in the DB it looks like code triage thinks it's been 5 days since you've clicked on a link in one of the emails: ``` irb(main):007:0>...
All issue emails are random. And this is a distributed computing case where it's really hard to beat "random". One suggestion that i'm open to is to start ingesting github...
Still needed
> The bin of a layer is in fact [automatically prepended](https://github.com/buildpacks/spec/blob/main/buildpack.md#layer-paths) to the PATH with the correct delimiter Correct, but if you have any prepend values without a delimiter, that...
One way to think of this is that there is a default now, it's just effectively the same as a zero-width string. If we treat this as a current default...