Compilation warning about usage of struct in guards
|
|
5
|
970
|
April 7, 2022
|
Build a tree from a flat structure recursively
|
|
8
|
2800
|
March 23, 2022
|
Elixir Meetup Recordings
|
|
1
|
843
|
March 15, 2022
|
Mix.install/2 and Jason.encode! of non-owned structs
|
|
2
|
1114
|
February 7, 2022
|
Maybe: nil protection for nested structs
|
|
17
|
8499
|
February 5, 2022
|
Elixir version of a safe navigation operator? (navigating nil in maps/structs)
|
|
31
|
13475
|
November 26, 2021
|
Structs aren't enforced
|
|
4
|
2591
|
November 15, 2021
|
Preventing error states in Elixir
|
|
16
|
1966
|
November 15, 2021
|
Dealing with deeply nested structs
|
|
9
|
9359
|
November 14, 2021
|
JSON decode to one of possible Structs
|
|
4
|
896
|
November 14, 2021
|
Structs for a toy robot
|
|
2
|
454
|
November 11, 2021
|
Commanded + Domo to validate type/format of Commands and Events
|
|
7
|
2131
|
October 27, 2021
|
Initialising structs and incrementing value for each new struct
|
|
8
|
1338
|
October 15, 2021
|
Looking for codebases having lots of structs (to measure custom compiler times)
|
|
2
|
827
|
June 8, 2021
|
Idiomatic way to convert from one struct to another
|
|
8
|
12088
|
February 10, 2021
|
How to implement Enumerable protocol for struct?
|
|
12
|
4289
|
February 3, 2021
|
Dynamically get list of struct keys
|
|
3
|
1745
|
January 12, 2021
|
How does pattern matching with structs work?
|
|
8
|
7968
|
December 27, 2020
|
Using Repo.insert_all when your schema has embeds_many
|
|
1
|
1873
|
October 19, 2020
|
Casting Sugar - Announcing EctoMorph, a lib to help casting between structs for Ecto
|
|
3
|
1246
|
July 31, 2020
|
First time Elixir macro -- generate similar functions?
|
|
8
|
2127
|
July 29, 2020
|
Are nested structs an anti-pattern?
|
|
13
|
5088
|
July 9, 2020
|
Updating structs: Map.put vs %Foo{oldfoo | new: value} vs put_in
|
|
31
|
28055
|
July 4, 2020
|
Use Ecto schema directly or convert to a custom struct?
|
|
6
|
4943
|
June 30, 2020
|
StructCreate, a library to create a struct from a keyword list or a map
|
|
7
|
917
|
May 26, 2020
|
Allow specifying the type when defining structs
|
|
22
|
2018
|
April 12, 2020
|
Transforming list of structs to map
|
|
6
|
4997
|
April 5, 2020
|
Best way to parse bytes from a file and turn them into struct fields
|
|
2
|
1799
|
March 14, 2020
|
How to access all list elements
|
|
4
|
667
|
December 26, 2019
|
What's the difference between a struct and a type in a @spec?
|
|
1
|
601
|
December 17, 2019
|