Domo - model a business domain with type-safe structs and field type range checks
|
|
19
|
2334
|
August 6, 2022
|
Issues with Credo, Dialyzer, and compiler warnings for `<app_name>Web.ErrorView.template_not_found/2` in Phoenix
|
|
4
|
157
|
July 22, 2022
|
Build a union type from a list?
|
|
5
|
211
|
July 19, 2022
|
How to document fields on a struct?
|
|
11
|
184
|
June 29, 2022
|
TypeCheck - Fast and flexible runtime type-checking for your Elixir projects
|
|
98
|
8779
|
June 19, 2022
|
Zero-cost abstraction for NewTypes in Elixir
|
|
28
|
1506
|
April 7, 2022
|
Should using @impl true cause docs to show the callback spec?
|
|
8
|
542
|
April 6, 2022
|
Batch create typespecs for a code base
|
|
0
|
197
|
March 1, 2022
|
Credo Specification and Callback check
|
|
2
|
259
|
February 28, 2022
|
Get typespecs for Code.compile_string() module
|
|
3
|
335
|
February 17, 2022
|
Typespec dialyzer error - the @spec for the function does not match the success typing of the function
|
|
2
|
390
|
February 15, 2022
|
Best way to define a type that's only a limited set of strings
|
|
15
|
3558
|
February 14, 2022
|
Is there a convenient way to turn behaviour callbacks into specs?
|
|
8
|
412
|
January 30, 2022
|
How to put Typespecs as items of a map
|
|
10
|
415
|
January 14, 2022
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
213
|
January 13, 2022
|
Types that you wish were in Elixir
|
|
14
|
929
|
January 13, 2022
|
Advice on Public Domain license
|
|
31
|
847
|
January 13, 2022
|
Dialyzer: why an empty map passes as for a non-empty
|
|
2
|
255
|
January 11, 2022
|
Typespecs: function types
|
|
16
|
4712
|
January 5, 2022
|
Can has? `def admin?(user_id: String.t()) :: boolean do`
|
|
8
|
468
|
December 20, 2021
|
When to use `required(...)` in typespecs?
|
|
3
|
303
|
December 12, 2021
|
What's the syntax for reusing a function @type in a @spec
|
|
12
|
390
|
November 12, 2021
|
Role models for Elixir documentation?
|
|
1
|
337
|
October 18, 2021
|
Using module attributes in typespec definitions to reduce duplication?
|
|
3
|
276
|
September 15, 2021
|
Bidirectional Typing for Erlang (prototype)
|
|
1
|
527
|
August 26, 2021
|
Why is there so much hate for typespec?
|
|
7
|
812
|
August 16, 2021
|
How can I access typespecs of compiled but not yet stored to BEAM file module?
|
|
3
|
347
|
June 11, 2021
|
Typespec for map w/both required and optional keys
|
|
13
|
6272
|
May 11, 2021
|
TypeSpecs confusion regarding map required/optional
|
|
6
|
591
|
May 6, 2021
|
DRYing up typespec return types without obscuring internal values
|
|
3
|
427
|
April 22, 2021
|