Latest #module Threads Top

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
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

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

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
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

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
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
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
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
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
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