How to increment database table column
|
|
11
|
5145
|
September 9, 2021
|
Looking for codebases having lots of structs (to measure custom compiler times)
|
|
2
|
520
|
June 8, 2021
|
Struct without fields
|
|
6
|
955
|
May 19, 2021
|
Idiomatic way to convert from one struct to another
|
|
8
|
9801
|
February 10, 2021
|
How to implement Enumerable protocol for struct?
|
|
12
|
2324
|
February 3, 2021
|
Dynamically get list of struct keys
|
|
3
|
806
|
January 12, 2021
|
How does pattern matching with structs work?
|
|
8
|
3449
|
December 27, 2020
|
Using Repo.insert_all when your schema has embeds_many
|
|
1
|
1556
|
October 19, 2020
|
Casting Sugar - Announcing EctoMorph, a lib to help casting between structs for Ecto
|
|
3
|
1050
|
July 31, 2020
|
First time Elixir macro -- generate similar functions?
|
|
8
|
1085
|
July 29, 2020
|
Are nested structs an anti-pattern?
|
|
13
|
3290
|
July 9, 2020
|
Updating structs: Map.put vs %Foo{oldfoo | new: value} vs put_in
|
|
31
|
21932
|
July 4, 2020
|
Use Ecto schema directly or convert to a custom struct?
|
|
6
|
3085
|
June 30, 2020
|
Struct vs. @type t
|
|
3
|
4539
|
June 5, 2020
|
StructCreate, a library to create a struct from a keyword list or a map
|
|
7
|
621
|
May 26, 2020
|
Get field names of a struct
|
|
1
|
3061
|
May 13, 2020
|
Allow specifying the type when defining structs
|
|
22
|
1337
|
April 12, 2020
|
Transforming list of structs to map
|
|
6
|
3012
|
April 5, 2020
|
Best way to parse bytes from a file and turn them into struct fields
|
|
2
|
1262
|
March 14, 2020
|
How to access all list elements
|
|
4
|
523
|
December 26, 2019
|
What's the difference between a struct and a type in a @spec?
|
|
1
|
429
|
December 17, 2019
|
Using put_in for structs
|
|
1
|
2038
|
December 17, 2019
|
Parsing Ecto Struct and forming our desired map list
|
|
4
|
1058
|
September 2, 2019
|
Merging maps in list based on matching value
|
|
5
|
1922
|
May 5, 2019
|
Is there a cleaner way to update a deeply nested struct or map?
|
|
3
|
2308
|
April 15, 2019
|
Ecto.Schema/Struct with lots (100) keys ... would this affect performance/memory usage?
|
|
14
|
1011
|
April 4, 2019
|
Why use Map.put for structs?
|
|
8
|
1828
|
March 14, 2019
|
Generate a list of structs from a list
|
|
12
|
3261
|
February 13, 2019
|
Structs from External Data
|
|
0
|
498
|
February 13, 2019
|
Idea: 'multiguards' to allow structs in guards
|
|
1
|
1175
|
December 13, 2018
|