Latest #dependencies Threads Top

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
code-of-kai
Vet is a dependency security scanner for Elixir. It detects supply chain attacks by walking the AST of every dependency in your lock file...
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
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
DougReeder
On a project we inherited, where the original devs are not available, our mix.exs files contains: defp deps do [ # ... {:ca...
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
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
adamu
When starting a new project, do you have any go-to libraries you pull in out of habit/preference? For example, Ash, Credo, Mox, ExMachin...
New
ariandanim
Please update current deps for next phx.new, because when I try to make new app, some deps are currently update but current 1.8.0 rc-3 st...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

adamu
When starting a new project, do you have any go-to libraries you pull in out of habit/preference? For example, Ash, Credo, Mox, ExMachin...
New
code-of-kai
Vet is a dependency security scanner for Elixir. It detects supply chain attacks by walking the AST of every dependency in your lock file...
New
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
yordisprieto
Something I really appreciate from our ecosystem is that we trying to include “Test Support” files as part of the dependency packages. R...
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
marpo60
We developed Blend a new hex package that solves the problem of testing your library against different version of its dependencies. For ...
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

Trending Over Three Years Top

leifericf
I’ve noticed that, in certain cases, the order in which applications start is significant. Example from page 200 from Adopting Elixir: ...
New
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
axelson
Hi everyone :wave: I’ve always wanted a tool to better visually understand inter-file dependencies in Elixir projects to help me reduce ...
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
joeerl
What’s wrong with dependencies? I have a problem with dependencies. Here’s what happened: I decided I want to do some Elixir program...
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement