Latest #module Threads Top

fellipessanha
I’ve been working on a wrapper library for a brazillian Open Finance api, and I incurred into a fun error whilst trying to conditionally ...
New
Alex321
I work on a library that has a helper module. In that module there are a few macros that are needed at compile time, but are completely u...
New
MarkMekhaiel
Hey I have an elixir / phoenix application that I often connect to remotely. I sometimes need to bugfix on there, and it helps me if I ...
New
erix
I have a module for each model in my program, and I can query them dynamically: model = String.to_existing_atom( "Elixir." <> data...
New
wwaldner
Is it possible to define a struct inside a using defmodule Structor do defmacro __using__(_) do quote do defmodule __MODULE_...
New
chocolatedonut
Can you please provide an example of how and when is a module-based supervisor preferred (over starting a Supervisor via start_link/2)? ...
New
shahryarjb
I create my nested module with macro, so I have question, how can add some data inside Test.__info__(:compile)? is it possible? I know I ...
New
shahryarjb
Hi, I have this nested module: defmodule AA do defmodule BB do defmodule CC do ... end end end now is there a way get...
New
Astarno
Hi there, Is there any way to change/edit the code/ast of a module before it compiles? I am trying to use the Interceptor library to add...
New
fireproofsocks
I ran into a problem when working on a new package designed to inspect Ecto schemas: inspecto | Hex I suppose this is “obvious” in retro...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

IvanR
Hi, I’m the author of the Domo library that validates struct’s data against its @type spec and would like to upgrade it to support in-me...
New
fellipessanha
I’ve been working on a wrapper library for a brazillian Open Finance api, and I incurred into a fun error whilst trying to conditionally ...
New

Last Three Year's Trending Top

chocolatedonut
Can you please provide an example of how and when is a module-based supervisor preferred (over starting a Supervisor via start_link/2)? ...
New
shahryarjb
Hi, I have this nested module: defmodule AA do defmodule BB do defmodule CC do ... end end end now is there a way get...
New
wwaldner
Is it possible to define a struct inside a using defmodule Structor do defmacro __using__(_) do quote do defmodule __MODULE_...
New
erix
I have a module for each model in my program, and I can query them dynamically: model = String.to_existing_atom( "Elixir." <> data...
New
shahryarjb
I create my nested module with macro, so I have question, how can add some data inside Test.__info__(:compile)? is it possible? I know I ...
New
MarkMekhaiel
Hey I have an elixir / phoenix application that I often connect to remotely. I sometimes need to bugfix on there, and it helps me if I ...
New
Alex321
I work on a library that has a helper module. In that module there are a few macros that are needed at compile time, but are completely u...
New

Trending Over Three Years Top

Fl4m3Ph03n1x
Background I have an application :myapp and I am trying to add some web functionality to it from zero using Plug. However, even though I ...
New
Papillon6814
Hello. I’m using elixir-google-api for storing images in google cloud storage. I use goth for authentication of GCP. Goth works in my ...
New
stevensonmt
If I have nested modules is it possible to use the syntax __MODULE__ in the submodule? I’m getting an error that says “cannot access stru...
New
feifan
Hello! Is it possible to get the typespecs for a module that is compiled at runtime via Code.complie_string()? For example, if I run com...
New
smanza
Hello. I practiced Elixir for few months now but every time I wonder about some code organisation and particularly with struct and busin...
New
dmitriid
It’s one of those “if you try it, you can figure it out” questions. I’m just hoping someone has already done this before and has some qui...
New
sarat1669
I have a module which defines a behavior defmodule Light.Trigger do @callback initialize(%{}) :: {:ok, any()} defmacro __using__(_)...
New
fireproofsocks
I ran into a problem when working on a new package designed to inspect Ecto schemas: inspecto | Hex I suppose this is “obvious” in retro...
New
rm-rf-etc
I see there was a long discussion on the proposal of private modules, but I can’t tell what decision was reached. I’m writing a library w...
New
GusGA
I forked an elixir lib that generates heroku random names. On the “master” repo, the nouns and the adjectives are loaded from a config f...
New
Rich_Morin
I think it would be interesting and possibly useful to gather statistics on module and function usage. For example, when I did a quick ch...
New
Papillon6814
Hello. I’m looking for a way to visualize channels. I only know we can check who joined channel by watching logs. Do you know any other...
New
tony612
I’m developing some features for https://github.com/tony612/protobuf-elixir/, but I need a way to know what modules are protobuf modules ...
New
Rich_Morin
When Elixir doesn’t recognize a variable name, it tries to make helpful suggestions. It could also make suggestions when a program tries ...
New
Astarno
Hi there, Is there any way to change/edit the code/ast of a module before it compiles? I am trying to use the Interceptor library to add...
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