Wrapping Ecto.Schema in macro results in transitive compile time dependency
|
|
4
|
213
|
March 16, 2022
|
Protocols vs interfaces
|
|
7
|
441
|
March 12, 2022
|
Turn off warning redefining module String.Chars.NaiveDateTime
|
|
3
|
236
|
February 22, 2022
|
ChromicPDF - PDF generator
|
|
36
|
3806
|
January 22, 2022
|
Implementing an (aspect) Protocol for modules implementing another Protocol
|
|
2
|
186
|
January 12, 2022
|
Sink: A protocol for distributed, fault-tolerant, BW sensitive systems
|
|
3
|
417
|
January 11, 2022
|
Calling protocol function outside the module that defines it
|
|
9
|
332
|
December 18, 2021
|
Implementing Protocol for Schemas vs Behaviours
|
|
10
|
425
|
December 18, 2021
|
Protocols getting unloaded during tests?
|
|
1
|
177
|
September 16, 2021
|
@derive in use-able module doesn't work
|
|
4
|
348
|
September 2, 2021
|
Custom Jason.Encoder implementation to render NaiveDateTime as DateTime
|
|
1
|
353
|
August 21, 2021
|
Protocol consolidation vs mix test --no-compile
|
|
1
|
334
|
August 15, 2021
|
Possible to change protocol implementation
|
|
1
|
267
|
June 7, 2021
|
Overload Phoenix.HTML.Safe for list of floats
|
|
8
|
281
|
May 2, 2021
|
** (FunctionClauseError) no function clause matching in Kernel.inspect/2
|
|
2
|
251
|
April 9, 2021
|
Inspecting which modules imlement a Protocol?
|
|
2
|
235
|
February 3, 2021
|
Putting non-protocol functions in a protocol?
|
|
18
|
1094
|
January 23, 2021
|
Performance change of Protocols reflection in Elixir v1.11
|
|
11
|
727
|
December 14, 2020
|
"The Inspect protocol has already been consolidated" for Ecto schema with redacted field
|
|
15
|
1848
|
November 23, 2020
|
Guards or pattern matching for protocol implementations
|
|
1
|
499
|
September 16, 2020
|
Does the module generated by the implementation protocol have other practical significance?
|
|
1
|
285
|
July 10, 2020
|
Why Enum.all?([]) is true and Enum.any?([]) is false?
|
|
10
|
2147
|
June 4, 2020
|
Defining Behaviour with Protocol requirement
|
|
6
|
640
|
May 6, 2020
|
Is it possible to use `use/2` macro inside `defprotocol` block?
|
|
11
|
557
|
April 28, 2020
|
Error: ** (Protocol.UndefinedError) protocol Enumerable not implemented for "WAVES" of type BitString
|
|
6
|
2945
|
April 25, 2020
|
Enum.sort(enumerable, module) - why not Enum.sort(enumerable, comparable)
|
|
3
|
482
|
April 24, 2020
|
Testing protocols?
|
|
2
|
495
|
April 7, 2020
|
Compile Error when defining a Protocol
|
|
7
|
1165
|
February 14, 2020
|
How does dispatching to protocol implementations work when the functions have more than 1 argument?
|
|
1
|
456
|
January 31, 2020
|
Example of implementing Access protocol (behaviour?) in Struct
|
|
5
|
966
|
January 23, 2020
|