Josh Smith
Josh Smith
# Problem I just read (oddly in `benchee`'s README) that `Enum.map |> List.flatten` is 1.83x slower than `Enum.flat_map`. We should maybe evaluate if we can replace this logic in `GitHub.API`...
# Problem Steps to reproduce: - Create a comment on Code Corps that for some reason does not sync to GitHub. - Update that comment on Code Corps and save....
# Problem We need to find a way to add available `GithubAppInstallations` for a `User` that the user has access to for the GitHub App. We'll have to refresh this...
# Problem For the fallback: - Rewrites the `cloudinary_image/5` fn signature to accept the `User`'s `github_avatar_url` in addition to the `cloudinary_public_id` - In `CloudinaryUrl.for/5`, pattern match on the presence of...
# Problem We need to parse the body that GitHub returns to us in pull requests using their [closing keywords](https://help.github.com/articles/closing-issues-using-keywords/) in order to connect our tasks to these PRs in...
# Problem We want to be able to add an estimate of how long it will take to do a task in increments of: - Less than an hour -...
# Problem We want to send an email that uses the (yet unfinished) task matcher to send an email digest with perhaps the top three most recommended, unassigned, open tasks...
# Problem We want to be able to add user mentions to tasks.
# Problem We should fetch code review statuses from GitHub, to include: - the user doing the review - the status of that review We'll display theses statuses in our...
# Problem We want to be able to add user mentions to comments.