Arbitrage logic in Elixir
|
|
4
|
216
|
January 15, 2021
|
Effective way to enable modular filtering pipeline
|
|
6
|
176
|
January 11, 2021
|
Merge streams but run asynchronously
|
|
2
|
166
|
January 11, 2021
|
(FunctionClauseError) no function clause matching in anonymous fn/1
|
|
7
|
184
|
December 25, 2020
|
Enum fusion?
|
|
13
|
727
|
December 18, 2020
|
`Enum.map_every/3` but with start offset
|
|
5
|
190
|
December 1, 2020
|
BadArityError says 2 arguments when IO.inspect shows 1
|
|
1
|
134
|
November 15, 2020
|
Can someone solve this Competitive Programming Problem in Elixir?
|
|
3
|
357
|
November 1, 2020
|
Enum.sort does not work as expected
|
|
8
|
318
|
October 28, 2020
|
Use case for Enum.reduce_while without accumulator
|
|
6
|
418
|
September 6, 2020
|
Enum.reduce for idiots
|
|
7
|
416
|
August 26, 2020
|
The result of the incomprehensible `Enum.slice/2` call, is this a bug?
|
|
4
|
188
|
July 10, 2020
|
Introducing Enumex: an advanced enum library
|
|
2
|
740
|
July 6, 2020
|
Why Enum.all?([]) is true and Enum.any?([]) is false?
|
|
10
|
842
|
June 4, 2020
|
Combine values of a list of Map by a specific field
|
|
1
|
219
|
May 15, 2020
|
Improper docs for Enum.find?
|
|
3
|
322
|
May 1, 2020
|
Enum.sort(enumerable, module) - why not Enum.sort(enumerable, comparable)
|
|
3
|
235
|
April 24, 2020
|
How to handle error inside Enum.each
|
|
3
|
285
|
April 10, 2020
|
Enum.filter returns wrong output '\v\f'
|
|
1
|
301
|
March 5, 2020
|
Elixir List of Maps - Count particular field value
|
|
7
|
402
|
February 24, 2020
|
Having hard time understanding Enum.reduce()
|
|
8
|
358
|
February 22, 2020
|
Problems with Enum.map in Elixir
|
|
3
|
401
|
January 6, 2020
|
Errors during tests when I add a Ecto.Enum to a schema
|
|
4
|
882
|
November 6, 2019
|
Finding maximum match (contiguously from begining) string from a list of strings for a string
|
|
10
|
597
|
October 23, 2019
|
build a new map from 2 differents maps using Enum.map and Enum.filter
|
|
4
|
504
|
October 19, 2019
|
Enum.flat_map Workaround?
|
|
5
|
349
|
October 12, 2019
|
Enum.sort_by to sort a record set (i.e. a list of maps) based on 2 "columns"
|
|
3
|
1758
|
October 10, 2019
|
Iterating over a lists of list of tuple
|
|
7
|
1337
|
September 5, 2019
|
Enum.take/2 and Enum.drop/2 weird performance
|
|
6
|
433
|
August 7, 2019
|
Weird behaviour of Enum.chunk_every
|
|
5
|
817
|
August 6, 2019
|