Structs aren't enforced
|
|
4
|
2160
|
November 15, 2021
|
Preventing error states in Elixir
|
|
16
|
1584
|
November 15, 2021
|
Dealing with deeply nested structs
|
|
9
|
8556
|
November 14, 2021
|
JSON decode to one of possible Structs
|
|
4
|
680
|
November 14, 2021
|
Structs for a toy robot
|
|
2
|
379
|
November 11, 2021
|
Commanded + Domo to validate type/format of Commands and Events
|
|
7
|
1750
|
October 27, 2021
|
Initialising structs and incrementing value for each new struct
|
|
8
|
902
|
October 15, 2021
|
Looking for codebases having lots of structs (to measure custom compiler times)
|
|
2
|
691
|
June 8, 2021
|
Idiomatic way to convert from one struct to another
|
|
8
|
10718
|
February 10, 2021
|
How to implement Enumerable protocol for struct?
|
|
12
|
3106
|
February 3, 2021
|
Dynamically get list of struct keys
|
|
3
|
1166
|
January 12, 2021
|
How does pattern matching with structs work?
|
|
8
|
5237
|
December 27, 2020
|
Using Repo.insert_all when your schema has embeds_many
|
|
1
|
1707
|
October 19, 2020
|
Casting Sugar - Announcing EctoMorph, a lib to help casting between structs for Ecto
|
|
3
|
1143
|
July 31, 2020
|
First time Elixir macro -- generate similar functions?
|
|
8
|
1521
|
July 29, 2020
|
Are nested structs an anti-pattern?
|
|
13
|
3945
|
July 9, 2020
|
Updating structs: Map.put vs %Foo{oldfoo | new: value} vs put_in
|
|
31
|
24037
|
July 4, 2020
|
Use Ecto schema directly or convert to a custom struct?
|
|
6
|
3897
|
June 30, 2020
|
StructCreate, a library to create a struct from a keyword list or a map
|
|
7
|
759
|
May 26, 2020
|
Get field names of a struct
|
|
1
|
3989
|
May 13, 2020
|
Allow specifying the type when defining structs
|
|
22
|
1674
|
April 12, 2020
|
Transforming list of structs to map
|
|
6
|
3887
|
April 5, 2020
|
Best way to parse bytes from a file and turn them into struct fields
|
|
2
|
1492
|
March 14, 2020
|
How to access all list elements
|
|
4
|
582
|
December 26, 2019
|
What's the difference between a struct and a type in a @spec?
|
|
1
|
491
|
December 17, 2019
|
Using put_in for structs
|
|
1
|
2494
|
December 17, 2019
|
Parsing Ecto Struct and forming our desired map list
|
|
4
|
1179
|
September 2, 2019
|
Merging maps in list based on matching value
|
|
5
|
2129
|
May 5, 2019
|
Is there a cleaner way to update a deeply nested struct or map?
|
|
3
|
2655
|
April 15, 2019
|
Ecto.Schema/Struct with lots (100) keys ... would this affect performance/memory usage?
|
|
14
|
1181
|
April 4, 2019
|