Results 85 issues of 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....

Time: 4 hours

# 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...

question
in progress
Skill: Elixir
Skill: Phoenix
Difficulty: Medium
Time: 4 hours

# 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...

needs estimate

# 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...

needs estimate

# 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 -...

needs estimate

# 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...

needs estimate

# Problem We want to be able to add user mentions to tasks.

needs estimate

# 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...

needs estimate

# Problem We want to be able to add user mentions to comments.

needs estimate