Enum.map - ping list of nested maps
|
|
4
|
166
|
May 11, 2022
|
Merge an Enum of maps
|
|
2
|
157
|
May 10, 2022
|
Data_schema - declarative schemas for data transformations
|
|
14
|
1368
|
May 5, 2022
|
Merging 2 nested maps
|
|
4
|
1668
|
April 30, 2022
|
Passing in options: Maps vs. Keyword lists
|
|
7
|
9960
|
April 21, 2022
|
How to get struct from map - elixir?
|
|
30
|
20633
|
April 12, 2022
|
Format / Parse Elixir string to map
|
|
1
|
148
|
April 10, 2022
|
How to update map keys while keeping the values sorted
|
|
3
|
184
|
March 27, 2022
|
Elixir update a particular field in a list of maps
|
|
1
|
165
|
February 13, 2022
|
Put/update deep inside nested maps (and auto-create intermediate keys)
|
|
11
|
11625
|
February 7, 2022
|
Creating structures: new vs modify
|
|
1
|
228
|
January 20, 2022
|
Optimize function: find and update/replace in list of maps
|
|
7
|
331
|
January 12, 2022
|
Help simplify a map function
|
|
22
|
645
|
January 3, 2022
|
Nestru: serialize maps to nested structs
|
|
3
|
454
|
December 28, 2021
|
Map.values returns '\f' when it shouldn't
|
|
2
|
209
|
December 4, 2021
|
Elixir version of a safe navigation operator? (navigating nil in maps/structs)
|
|
31
|
7975
|
November 26, 2021
|
How to dynamically create a Map key and add a list of lists as its value?
|
|
2
|
209
|
November 15, 2021
|
Generate a map of default values from a list
|
|
2
|
151
|
November 11, 2021
|
Repair deeply neested map
|
|
2
|
246
|
August 17, 2021
|
Map.update inside for loop
|
|
6
|
333
|
July 28, 2021
|
Convert map with nested structures
|
|
1
|
282
|
July 23, 2021
|
Map with atom, string, keyword list - it's blocking me so much as a beginner Elixr enthusiast
|
|
5
|
658
|
May 24, 2021
|
Manipulate Nested Map
|
|
11
|
2984
|
May 10, 2021
|
What is the difference between ":" and "=>" in map declaration?
|
|
2
|
385
|
May 9, 2021
|
Help to simplify/optimize a function
|
|
15
|
684
|
May 5, 2021
|
Maps: Access dynamic key
|
|
14
|
918
|
April 9, 2021
|
How to make a map order by date
|
|
3
|
2353
|
April 1, 2021
|
Deeply update a map with key-value pairs
|
|
5
|
457
|
March 30, 2021
|
There's any difference between map.put/3 and the built in Map update %{map | "key" => "value"}?
|
|
8
|
1026
|
March 8, 2021
|
Iterate over a list of maps and sum the result
|
|
8
|
679
|
February 3, 2021
|