Eric Meadows-Jönsson
Eric Meadows-Jönsson
We have removed the path component of the URL so what was before https://search.staging.hexdocs.pm/collections/hexdocs-prod/documents/search?q= should now be https://search.staging.hexdocs.pm/?q=
We are planning to do a new release soon. For now the workarounds commented above will work.
> About the pinning of third-party dependencies, we also want strict pinning for the following reasons: This should not be be achieved by version pinning your package dependencies - what...
> That's a good idea. Unfortunately, what we publish to Hex.pm still uses Erlang.mk as the build tool and it only accepts exact version pinning (it doesn't support the ->...
Thank you for looking into it!
Getting this PR over the finish line here: https://github.com/hexpm/hex/pull/1021, unfortunately I couldn't push to the PR branch. Sorry for the delay. Thanks @Coreastreet and @supersimple!
`mix hex.outdated` will tell you that an update is possible based on your project's `mix.exs` file. It will not check if an update is possible by just running `mix deps.update`...
Can you check with replit to see if they have any ideas on why this might time and how to work around it. If the reason is because they have...
Following up in https://github.com/elixir-lang/elixir/issues/8875.
Can you fetch with `mix deps.get`? Fetching packages and searching packages uses different APIs and authentication mechanisms.