Latest #alias Threads 
In my mix.exs file, if I try to create an alias with a hex mix task, for example hex.audit or hex.outdated, I get an error saying the tas...
New
Background
I have an umbrella project with several apps.
Some of these apps have runtime libraries as dependencies, some apps depend on ...
New
Hi all,
I’m learning Elixir/OTP and am stumped by a certain behaviour. I’m declaring an anonymous function in a module, then when I atte...
New
How can I alias all modules of a project?
Mix.Project.apps_paths
|> Map.keys
|> Enum.flat_map(&:application.get_key(&1, :...
New
Is there a way to have multiple aliases, but to use as: acronym for one of them, something like this, but that actually works :smiley:
...
New
My team is considering enabling the credo rule https://hexdocs.pm/credo/Credo.Check.Readability.MultiAlias.html that would force you to n...
New
Background
So I am using this library mix-test.watch from @lpil which I really like.
Usually I just run mix test.watch and I let the pro...
New
Background
I have a project where I have separated my tests into two categories: Unit tests and Integration tests.
My objective is to ha...
New
Flailing around, trying to dynamically generate aliases (exploration stuff, purpose is discovery not necessity).
Is there any way the fo...
New
Hi,
I have a simple helper function to clock stuff.
I want to put it in a my X.Helper module (assuming my project is X) to use it where...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
How can I alias all modules of a project?
Mix.Project.apps_paths
|> Map.keys
|> Enum.flat_map(&:application.get_key(&1, :...
New
In my mix.exs file, if I try to create an alias with a hex mix task, for example hex.audit or hex.outdated, I get an error saying the tas...
New
Background
I have an umbrella project with several apps.
Some of these apps have runtime libraries as dependencies, some apps depend on ...
New
Trending Over Three Years
Hi all,
I am a newbie to Elixir. I try to create an alias for running another group of tests which has its owned environment. It can be ...
New
ISTM that alias, import and defdelegate are limited and confusing, and certainly my worst experience in Elixir.
I just would like to do ...
New
Hello everyone. I’m pretty new to Elixir. I have question about alias and import usage. Does using import makes impact on app performance...
New
I am working on my first Phoenix project.
One thing I do not like right now, is that all models are prefixed with the project name. I ca...
New
Is there a way to have multiple aliases, but to use as: acronym for one of them, something like this, but that actually works :smiley:
...
New
I have asked this question on Slack, no solutions from there, so putting it up here.
The situation is,
Let’s say I’ve typed in the iex ...
New
Hi
There is something I don’t get about macros, modules and aliasing.
Consider the following code snippets.
Module Foo exports macro s...
New
Background
I have a project where I have separated my tests into two categories: Unit tests and Integration tests.
My objective is to ha...
New
Background
So I am using this library mix-test.watch from @lpil which I really like.
Usually I just run mix test.watch and I let the pro...
New
I’m playing around with something like this:
defmodule Todo.User do
defstruct name: nil
end
defmodule Todo.Todo do
defstruct text: ...
New
Hi,
I have a simple helper function to clock stuff.
I want to put it in a my X.Helper module (assuming my project is X) to use it where...
New
Background
I am reading “Functional Web Development with Elixir, OTP and Phoenix” and in the book the author makes a surprising statement...
New
I mean how to map for instance /news/12 to /news/elixir-2-announced? Do I need to create a database table to map friendly URL’s to actual...
New
My team is considering enabling the credo rule https://hexdocs.pm/credo/Credo.Check.Readability.MultiAlias.html that would force you to n...
New
Hi all,
I’m learning Elixir/OTP and am stumped by a certain behaviour. I’m declaring an anonymous function in a module, then when I atte...
New
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:
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
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








