Putting non-protocol functions in a protocol?
|
|
13
|
385
|
January 2, 2021
|
Performance change of Protocols reflection in Elixir v1.11
|
|
11
|
390
|
December 14, 2020
|
"The Inspect protocol has already been consolidated" for Ecto schema with redacted field
|
|
15
|
752
|
November 23, 2020
|
ChromicPDF
|
|
24
|
1476
|
September 20, 2020
|
Guards or pattern matching for protocol implementations
|
|
1
|
180
|
September 16, 2020
|
Does the module generated by the implementation protocol have other practical significance?
|
|
1
|
195
|
July 10, 2020
|
Why Enum.all?([]) is true and Enum.any?([]) is false?
|
|
10
|
845
|
June 4, 2020
|
Defining Behaviour with Protocol requirement
|
|
6
|
319
|
May 6, 2020
|
Is it possible to use `use/2` macro inside `defprotocol` block?
|
|
11
|
296
|
April 28, 2020
|
Error: ** (Protocol.UndefinedError) protocol Enumerable not implemented for "WAVES" of type BitString
|
|
6
|
589
|
April 25, 2020
|
Enum.sort(enumerable, module) - why not Enum.sort(enumerable, comparable)
|
|
3
|
236
|
April 24, 2020
|
Testing protocols?
|
|
2
|
246
|
April 7, 2020
|
Compile Error when defining a Protocol
|
|
7
|
1028
|
February 14, 2020
|
How does dispatching to protocol implementations work when the functions have more than 1 argument?
|
|
1
|
194
|
January 31, 2020
|
Example of implementing Access protocol (behaviour?) in Struct
|
|
5
|
413
|
January 23, 2020
|
Protocol not working when used as a dependency
|
|
3
|
295
|
January 9, 2020
|
Protocol @fallback_to_any true not working as expected: making methods optional
|
|
5
|
462
|
December 17, 2019
|
Is gRPC a good idea?
|
|
15
|
9336
|
November 14, 2019
|
Loggable - protocol for custom views of data in logs (hide sensitive data etc)
|
|
0
|
339
|
August 21, 2019
|
Equalable, Comparable, Readable - missing kernel protocols
|
|
0
|
375
|
August 17, 2019
|
Approach to auto-implement protocols for datastructure that implements other protocol?
|
|
0
|
223
|
August 17, 2019
|
Using __MODULE__ in protocol implementation
|
|
2
|
544
|
February 11, 2019
|
What is the specific syntax of @derive module attribute and where is it documented explicitly?
|
|
2
|
1619
|
January 3, 2019
|
Inspect protocol for recursive data types
|
|
1
|
453
|
December 26, 2018
|
Questions about Protocols EEx and iolists, trying to make a performant eex engine
|
|
6
|
468
|
September 6, 2018
|
Enum.member? leads to "protocol Enumerable not implemented for :ok"
|
|
6
|
718
|
August 13, 2018
|
Solving the Expression Problem with Elixir
|
|
5
|
720
|
July 13, 2018
|
Dialyzer listed not implemented protocols as `Unknown functions`
|
|
14
|
3130
|
May 25, 2018
|
ExUnit issues with Protocol
|
|
3
|
513
|
May 2, 2018
|
Protocols and pattern matching?
|
|
7
|
2329
|
December 4, 2017
|