Determine call graph of module at compile-time
|
|
3
|
85
|
December 6, 2024
|
How can I `def render(assigns)` in a macro? ~H can't see `assigns` variable
|
|
2
|
922
|
December 1, 2024
|
BinStruct - library for writing declarative code to get rich generated set of binary parsing/encoding features
|
|
12
|
442
|
November 26, 2024
|
How to write a macro that replaces one identifier with another, but it needs to respect lexical scope?
|
|
2
|
60
|
November 11, 2024
|
Writing a macro that defines infix operators
|
|
3
|
58
|
October 31, 2024
|
Macro does not like module attribute?
|
|
6
|
152
|
October 12, 2024
|
Technique to allow a function call only within a macro
|
|
3
|
108
|
October 6, 2024
|
Why is the variable not available inside the macro?
|
|
3
|
58
|
October 6, 2024
|
How to increase printable_limit from Macro.to_string()?
|
|
10
|
1040
|
October 4, 2024
|
Defoverridable Function Fallbacks for LiveView Callbacks
|
|
3
|
74
|
October 2, 2024
|
Retrieve source code programmatically?
|
|
11
|
202
|
September 12, 2024
|
Is it possible to detect if code is executing at compile time?
|
|
15
|
1166
|
August 27, 2024
|
Making a shared CoreComponents module for an umbrella app
|
|
2
|
82
|
July 29, 2024
|
How does GenServer (and any other use injections) overriding work from a metaprogramming standpoint?
|
|
3
|
44
|
July 29, 2024
|
TypeResolver - parse and resolve spec types into convenient structs
|
|
0
|
75
|
July 19, 2024
|
Troubles with hygiene when calling macros from do block of other macro
|
|
4
|
46
|
July 17, 2024
|
Improve this `unpipe` function?
|
|
15
|
355
|
June 24, 2024
|
Why is Gettext not getting a string at compile-time in the macro I built?
|
|
9
|
263
|
June 23, 2024
|
How could I improve on this (scripty) Macro arithmetic transcriber
|
|
4
|
148
|
May 23, 2024
|
Regarding evaluation of arguments to ExUnit.Assertions.assert/2
|
|
5
|
223
|
May 19, 2024
|
Dynamic code generation: def as an exception in Macro expansion prioritisation. Understanding Macro.escape(var, unquote: true) Injection vs Transfer
|
|
8
|
413
|
May 19, 2024
|
Making a macro for def with arguments
|
|
4
|
213
|
May 15, 2024
|
Scope of quote in IEX
|
|
3
|
219
|
May 8, 2024
|
Run `Macro.expand` on `use` macro with different __ENV__
|
|
1
|
450
|
April 24, 2024
|
Minimize LiveView payload - maybe with a macro?
|
|
7
|
389
|
April 23, 2024
|
`on_mount` called from within `@before_compile` doesn't execute. Defect or on purpose?
|
|
0
|
115
|
April 23, 2024
|
Understanding Elixir's Conversion of Blocks into Keyword Lists
|
|
10
|
227
|
April 20, 2024
|
Expanding __DIR__ inside a macro
|
|
10
|
303
|
March 10, 2024
|
Implementing template fragments for EEx
|
|
6
|
380
|
March 8, 2024
|
Macro to create anonymous function to execute quoted expression
|
|
3
|
276
|
March 5, 2024
|