hex
hex copied to clipboard
Package manager for the Erlang VM
Trying to ` hex publish` a package when there is already one with this same name prints: ``` Publishing failed account not authorized for this action ``` The error message...
See https://github.com/hexpm/hexpm/issues/1024.
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...
Hi, I encountered a weird crash when I was setting up the mix build environment. Here is the [CI Log](https://github.com/cocoa-xu/evision/runs/4893089981?check_suite_focus=true#step:4:116), but I have no idea how to reproduce it. This...
A brand new Mix project would trigger these warnings when executing `mix hex.build`: ``` ** (Mix) Stopping package build due to errors. Missing metadata fields: description, licenses, links ``` It...
Hi all 👋 I'm one of the maintainers of [dependabot](https://github.com/dependabot/dependabot-core) and recently we're starting to see errors like this in our logs: ``` 10:06:11.478 [error] GenServer Hex.Registry.Server terminating ** (Mix.Error)...
The new `HEX_TRUSTED_MIRROR_URL` should work like the current `HEX_MIRROR_URL`. `HEX_MIRROR_URL` should no longer send the `authorization` header. With these changes we can make a distinction between trusted mirrors that can...
2FA is offered on hexpm now. It would be nice to have the same auth option for the CLI This includes: [ ] modifying the auth API If a user...
We auth with multiple orgs for pulling in private packages. Our scripts were initiallly ```sh mix do \ hex.auth ..., \ hex.auth ... ``` However, this would fail to auth...
When creating a new account on hex.pm and running `mix hex.user auth`, there is no mention of the verification email in the CLI feedback. For example: ``` ᐅ mix hex.user...