-
It would be great if Gleam supported publishing and fetching private packages from Hex.pm - https://hex.pm/docs/private
-
~Unable to publish package to hex.pm before upstreams dependency resolution https://github.com/emqx/emqtt/pull/207 has been fixed.~
Upstreams issue has been resolved, but dependency resolution still …
-
To reproduce:
Add a retired package to your `gleam.toml`, for example:
```toml
gleam_pgo = "0.14.0"
```
And then try to build (or check) your package:
```
gleam check
```
Expected:
…
-
Continues from https://github.com/odo/quantile_estimator/issues/6#issuecomment-2196226768...
It'd probably make it easier to keep compatibility between `quantile_estimator` and `prometheus.erl` if …
-
While on a train, I noticed that I cannot remove packages while being offline:
```txt
$ gleam remove gleam_stdlib
Resolving versions
error: Dependency resolution failed
An error occurred whil…
-
**Is your feature request related to a problem? Please describe.**
Majority of our source code is private and published to hex under our organization. Right now `igniter.install` does not work for ou…
-
hello you, seems missing hex package for hex.dumpstring etc, thx.
-
Is it possible to get this as an hex package?
I like this library but we want to publish a hex package, and hex is only supporting publishing of package if all deps is in hex.
Taure updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
My thought is around a possible attack vector and how we can mitigate it. If you make a typo eg. `mix igniter.install pheonix` and…
-
Hexpm adapter recently started to have issues with installing package in Artipie integration tests. Since tools/docker image versions have been stable and package data also stable, looks like some ext…
ChGen updated
3 months ago