This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

E14
So, consider I want to target my library foo as Elixir ~> 1.12 This has a dependency bar, which in v1 has a dependency to Elixir~>...
New
Sinc
My company is porting our Gitlab instance to a new server, and in keeping with company habits has set port 4321 for SSH. This is creatin...
New
dfalling
I have two dependencies which pull in different libraries for UUID’s. I’ve tried picking one of these with override: true in my mix.exs, ...
New
pmjoe
I care a lot about dependencies vendoring because it allows me to have reproducibility no matter the state of external services. Is this ...
New
dcrck
I am adding various client adapters as optional dependencies for a library, much in the way :tesla does and as described here (wrap each ...
New
DougReeder
On a project we inherited, where the original devs are not available, our mix.exs files contains: defp deps do [ # ... {:ca...
New
ademenev
I have an application, lets call it A, that is in its own repo and has some configuration, and can run on its own. I want to create anot...
New

Last Three Year's Trending Top

mikejm
I have been able to add a number of packages to my testserver project with no issues. I would like to also add the H3 package here: Ho...
New
shahryarjb
Hi friends, imaging you run an elixir project, after that somebody edits the mix file and add new dep like: defp deps do [ ## old...
New
marcandre
Is it still not possible to specify Erlang compatibility in mix.exs? Erlang/OTP is a dependency of Elixir, so it is an indirect dependen...
New
mikl
I have a multi-step Gitlab CI pipeline, where I’m trying to avoid downloading Hex dependencies multiple times, but I’m struggling with th...
New
yolo007wizard
Problem Statement: I am trying to build an ‘action runner’ for judge json rules. In a nut shell, say a json defined rule matches with act...
New
ream88
Hi everyone, I’m working on a well-established Phoenix application that has grown quite a bit, and I now need to create a separate Phoen...
New
ukashazia
I’m currently working on an Elixir project using Visual Studio Code (VSCode) as my development environment. Unfortunately, I’ve encounter...
New
cfx
Hi, Since yesterday we are unable to fetch private packages from hex. This happens both on CI (all repos of our projects on Github) and ...
New
mksaga
Hello folks, Hope you are well! Have been playing around with Elixir for a few months, loving the language :slight_smile: I’m looking fo...
New
beardedeagle
I have a library I’ve owned for some time, beardedeagle/mnesiac, and over the last few years I’ve noticed several people forking the repo...
New
BartOtten
For my public libs I have created demo apps. During development the demo app should depend on the development version of the library; so ...
New
marcandre
I fear I am missing a few things, but after thinking about the dependencies that structs generate, both in typespecs and in function defi...
New
gmile
Hi! I’m continuing my battle (1, 2) against transitive compile-time dependencies on a large code base :slight_smile: This time I am faci...
New
sharkmyster
Hi, I’m building a little web app in phoenix. I want the app to allow users to play a dice game together. I have written all the game lo...
New
mattfara50
I have a LiveView app (generated with the --no-ecto option) which depends on a local backend app. The backend app depends on Ecto. When I...
New

Trending Over Three Years Top

skwidbreth
When I’m working on a mix app, I’ve noticed that changes that I make to code in my app’s dependencies are observable in the dev environme...
New
egze
Hi, I’m having trouble building a multi-stage Docker image for my app. Here is my Dockerfile.base FROM elixir:1.8-otp-22-alpine ENV M...
New
KallDrexx
I have a library application X that is setup to take in arguments via its start() function, and right now I’m successfully having these s...
New
odohMei7
I am new to phoenix and want to use it with gun to subscribe to websockets. But when I try this in a phoenix project, I get a dependency ...
New
silverdr
I apologise for the misfire → previous topic of the same summary got deleted by my mistake. Now once more After updating to Erlang/OTP 2...
New
mike_bianco
Hello! New to Elixir & Phoenix. Really incredible work here—thanks for all of the amazing efforts to make an amazing language! I’m ...
New
zoosky
Hi As a newbie I struggle to get a Phoenix Boilerplate compiling: https://fullstackphoenix.com/boilerplates/HLZf3eROwO from https://ful...
New
axelson
I’m working on a library and I’d like to include a check on if an optional dependency has been included. The easy part is adding {:some_d...
New
leifericf
I have successfully cloned this repository over ssh: git clone irleif@github.com:ueberauth/ueberauth_example.git When I try to get depe...
New
Maxximiliann
$ mix deps.get Failed to fetch record for 'hexpm/exile' from registry (using cache instead) This could be because the package does not ex...
New
Maxximiliann
defp deps do [ {:httpoison, "~> 1.7.0"}, {:postgrex, "~> 0.15.5"}, {:ecto_sql, "~> 3.4.5"}, {:gen_st...
New
Skoda091
Problem When I try mix deps.get, I’ll get: Output: 14:02:59.116 [error] GenServer Hex.Registry.Server terminating ** (ArgumentError) arg...
New
Fl4m3Ph03n1x
Background I am trying to run this Elixir desktop app in my Windows VM: I have installed Erlang OTP 24.X manually in my windows: https...
New
bortzmeyer
I have a program which can provide different services, depending on its run-time configuration (through a configuration file or command-l...
New
vrod
I have a problem that is coming up now and then. One app depends on another, which depends on another. This is all ok because the organ...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement