Latest #import Threads 
Hello all,
I got an issue in defining a defguard which is a combination of already existing defguards. Example:
defmodule Combined do
...
New
import Project Module
import Project.Module, only: [function: 1]
I’m sorry if the question is foolish, but I wanted to know if there is ...
New
In this case, considering we don’t have any overlapping function names, is it worth it to use only as a means of asserting that we’re onl...
New
I may be wrong here, but I really don’t see a proper way to override an operator in one’s own library while allowing for a fallback to wh...
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
I was working on a Question which was ,
Input - A list of numbers - [1,2,3,4,5] #example
We have to produce the subsets of this list an...
New
I have a helper module for importing that I want to split into two modules and import the first into the second (so I can reuse the first...
New
Hey there,
I am currently experimenting with defining and using my own slightly adjusted receive macro, based on the default. As a class...
New
Is there a way to conditionally import a function, but make the import available outside the if or case?
this obviously works:
def fo...
New
Hello, I would like to import Ecto.Query but without importing the update: 2 to the namespace.
I can use only to specify what i want to ...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
In this case, considering we don’t have any overlapping function names, is it worth it to use only as a means of asserting that we’re onl...
New
import Project Module
import Project.Module, only: [function: 1]
I’m sorry if the question is foolish, but I wanted to know if there is ...
New
Hello all,
I got an issue in defining a defguard which is a combination of already existing defguards. Example:
defmodule Combined do
...
New
Trending Over Three Years
ISTM that alias, import and defdelegate are limited and confusing, and certainly my worst experience in Elixir.
I just would like to do ...
New
Is there a way to conditionally import a function, but make the import available outside the if or case?
this obviously works:
def fo...
New
I was working on a Question which was ,
Input - A list of numbers - [1,2,3,4,5] #example
We have to produce the subsets of this list an...
New
I’m trying to import a helper module in my application that is only available in under :dev and :test mix environments.
I’ve got the fol...
New
I have a helper module for importing that I want to split into two modules and import the first into the second (so I can reuse the first...
New
I may be wrong here, but I really don’t see a proper way to override an operator in one’s own library while allowing for a fallback to wh...
New
Hey there,
I am currently experimenting with defining and using my own slightly adjusted receive macro, based on the default. As a class...
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
This question is a bit convoluted, so please bear with me…
I have some common functions that I use occasionally for tracing and such. Fo...
New
Hello, I would like to import Ecto.Query but without importing the update: 2 to the namespace.
I can use only to specify what i want to ...
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
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







