This Week's Trending
This Month's Trending
This Year's Trending
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
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
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
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
I care a lot about dependencies vendoring because it allows me to have reproducibility no matter the state of external services. Is this ...
New
On a project we inherited, where the original devs are not available, our mix.exs files contains:
defp deps do
[
# ...
{:ca...
New
Last Three Year's Trending
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
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
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
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
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
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
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
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
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
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
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
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
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
I recently added a local dependency to my project.
{:foobar, path: "path/to/foobar"}
This works fine on the server and locally. However...
New
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
Trending Over Three Years
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
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
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
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
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
Hello!
New to Elixir & Phoenix. Really incredible work here—thanks for all of the amazing efforts to make an amazing language!
I’m ...
New
Hi
As a newbie I struggle to get a Phoenix Boilerplate compiling:
FullstackPhoenix · FullstackPhoenix from FullstackPhoenix · Fullstack...
New
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
I have successfully cloned this repository over ssh:
git clone irleif@github.com:ueberauth/ueberauth_example.git
When I try to get depe...
New
$ 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
defp deps do
[
{:httpoison, "~> 1.7.0"},
{:postgrex, "~> 0.15.5"},
{:ecto_sql, "~> 3.4.5"},
{:gen_st...
New
Problem
When I try mix deps.get, I’ll get:
Output:
14:02:59.116 [error] GenServer Hex.Registry.Server terminating
** (ArgumentError) arg...
New
Background
I am trying to run this Elixir desktop app in my Windows VM:
https://github.com/elixir-desktop/desktop-example-app
I have in...
New
I have a program which can provide different services, depending on its run-time configuration (through a configuration file or command-l...
New
Hi folks,
On of my team’s projects has a rust dependency, via a library that uses rustler to wrap a rust function. It hasn’t changed in ...
New
- Follow
- Join
- Shape
the conversation
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #ai
- #graphql
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex









