AJ Foster

Results 12 issues of AJ Foster

Hello 👋🏼 This could be ElixirLS or dialyzer related. Any help is appreciated. 🙂 ### Environment * Elixir & Erlang versions (elixir --version): * Project: `1.12.3` (compiled with Erlang/OTP 24)...

  Open in CodeSandbox Web Editor | VS Code This PR adjusts the default GitHub scopes we ask for. Instead of `public_repo`, we ask for `repo`, which is required for...

Hello there 👋🏼 It looks like this project may no longer be maintained. Does @thoughtbot plan to continue supporting this effort, or can we work to transition it to a...

Hello there! I enjoyed your talk at the Amsterdam Elixir meetup, and decided to give TypeCheck a try on our codebase. We have a few structs with a relatively large...

performance (too slow)

This PR supersedes #920. See that PR for previous discussion. In this PR, we add a `mix hex.registry add` command to the existing mix task. The purpose of this command...

Hello there 👋🏼 I'm currently unable to update my organization's Gravatar email in [the profile settings](https://hex.pm/dashboard/orgs/codesandbox/profile). Attempting to change it (to `[email protected]`) returns a 400 error with a generic message....

Hello there 👋🏼 Thanks for all of your work on this project. I've run into a confusing situation when publishing a package from CI. The overall intended flow is this:...

Hello there 👋🏼 This is a general request related to the project's changelog, tags, releases, etc. — I'll explain it in narrative form and offer some suggestions of how the...

Hi there 👋🏼 Recently I reopened a project with HEEx files, and found that the syntax highlighing no longer handled some cases. ![image](https://user-images.githubusercontent.com/2789166/224403588-9c2c6de4-14b9-44e2-8523-c06b481f1887.png) Specifically, it appears that any use of...

Hello there 👋🏼 When a module attribute is used in a docstring, `elixir_sense` appears to raise an error while building metadata for function definitions. A reduced test case is available...