Overload Phoenix.HTML.Safe for list of floats
|
|
8
|
891
|
May 2, 2021
|
** (FunctionClauseError) no function clause matching in Kernel.inspect/2
|
|
2
|
644
|
April 9, 2021
|
Inspecting which modules imlement a Protocol?
|
|
2
|
600
|
February 3, 2021
|
Putting non-protocol functions in a protocol?
|
|
18
|
3047
|
January 23, 2021
|
Performance change of Protocols reflection in Elixir v1.11
|
|
11
|
1457
|
December 14, 2020
|
Guards or pattern matching for protocol implementations
|
|
1
|
1168
|
September 16, 2020
|
Does the module generated by the implementation protocol have other practical significance?
|
|
1
|
601
|
July 10, 2020
|
Why Enum.all?([]) is true and Enum.any?([]) is false?
|
|
10
|
4477
|
June 4, 2020
|
Defining Behaviour with Protocol requirement
|
|
6
|
1127
|
May 6, 2020
|
Is it possible to use `use/2` macro inside `defprotocol` block?
|
|
11
|
1145
|
April 28, 2020
|
Error: ** (Protocol.UndefinedError) protocol Enumerable not implemented for "WAVES" of type BitString
|
|
6
|
6616
|
April 25, 2020
|
Enum.sort(enumerable, module) - why not Enum.sort(enumerable, comparable)
|
|
3
|
927
|
April 24, 2020
|
Testing protocols?
|
|
2
|
1009
|
April 7, 2020
|
Compile Error when defining a Protocol
|
|
7
|
1548
|
February 14, 2020
|
How does dispatching to protocol implementations work when the functions have more than 1 argument?
|
|
1
|
1158
|
January 31, 2020
|
Protocol not working when used as a dependency
|
|
3
|
700
|
January 9, 2020
|
Protocol @fallback_to_any true not working as expected: making methods optional
|
|
5
|
1589
|
December 17, 2019
|
Is gRPC a good idea?
|
|
15
|
13467
|
November 14, 2019
|
Loggable - protocol for custom views of data in logs (hide sensitive data etc)
|
|
0
|
796
|
August 21, 2019
|
Equalable, Comparable, Readable - missing kernel protocols
|
|
0
|
868
|
August 17, 2019
|
Approach to auto-implement protocols for datastructure that implements other protocol?
|
|
0
|
556
|
August 17, 2019
|
Using __MODULE__ in protocol implementation
|
|
2
|
1376
|
February 11, 2019
|
What is the specific syntax of @derive module attribute and where is it documented explicitly?
|
|
2
|
6047
|
January 3, 2019
|
Inspect protocol for recursive data types
|
|
1
|
1072
|
December 26, 2018
|
Questions about Protocols EEx and iolists, trying to make a performant eex engine
|
|
6
|
796
|
September 6, 2018
|
Enum.member? leads to "protocol Enumerable not implemented for :ok"
|
|
6
|
1172
|
August 13, 2018
|
Solving the Expression Problem with Elixir
|
|
5
|
1115
|
July 13, 2018
|
Dialyzer listed not implemented protocols as `Unknown functions`
|
|
14
|
4586
|
May 25, 2018
|
ExUnit issues with Protocol
|
|
3
|
947
|
May 2, 2018
|
Protocols and pattern matching?
|
|
7
|
4102
|
December 4, 2017
|