Eric Meadows-Jönsson

Results 23 issues of Eric Meadows-Jönsson

It complains until I run `rebar3 update` and then works.

enhancement
must reproduce

Comment from @josevalim in https://github.com/hexpm/hexpm/issues/617#issuecomment-357417808: > I am thinking we should include a javascript in the 404 page. The javascript would parse the path and send it to Hex API...

Kind:Feature
Area:Hexdocs

For example you may want to opt-out of receiving the information email sent when a new version of your package is published.

Kind:Feature
Note:Discussion
Area:Website

Currently the audit log is only used internally by admins to track past actions. The audit log should be made public for packages to give users insight to the history...

Kind:Feature
Level:Intermediate

Basically the equivalent of `Ecto.Adapters.SQL.query`. We need to discuss what the API should be like because the driver exposes multiple functions where the SQL drivers only have one. I would...

Use case is for basing an aggregation query on an ecto query. I would be willing to work on this.

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

Level:Starter
Kind:Enhancement

Check `mix hex.repo`, `mix hex.organization`, and dependency resolution. From: https://github.com/hexpm/specifications/pull/27.

Kind:Bug
Level:Starter

By default the twiddle operator (`~>`) does not match pre-releases unless a pre-release is included in the version string: `~> 1.4.0-rc`. This is a reasonable default because users usually do...

Level:Advanced
Kind:Enhancement
Group:Resolver