Converting an enumerated type from swift into an equivalent in elixir
|
|
2
|
181
|
July 3, 2023
|
How to typespec a float range in Elixir?
|
|
20
|
537
|
June 22, 2023
|
Missing dependency typespecs
|
|
4
|
223
|
June 14, 2023
|
What do you prefer to use for type checking Elixir/Erlang code? (poll)
|
|
21
|
1854
|
May 2, 2023
|
Struggling getting dialyzer to accept my @spec
|
|
5
|
268
|
April 27, 2023
|
Error struct in typespec
|
|
5
|
293
|
April 27, 2023
|
Struct vs. @type t
|
|
4
|
5929
|
April 26, 2023
|
What does this OpenTelemetry typespec mean?
|
|
4
|
385
|
March 23, 2023
|
How to convert a typed definition to a typedstruct?
|
|
6
|
462
|
January 26, 2023
|
How to typespec guards in a human friendly way?
|
|
2
|
444
|
January 26, 2023
|
Best practice between `String.t()` and `binary()`?
|
|
4
|
710
|
January 23, 2023
|
Return value type spec for IO.puts
|
|
4
|
677
|
December 30, 2022
|
String text = ”data type in Elixir”;
|
|
8
|
588
|
December 29, 2022
|
Nil and typespec primitives - is it redundant to write integer() | nil?
|
|
3
|
543
|
December 11, 2022
|
Domo - model a business domain with type-safe structs and field type range checks
|
|
27
|
3820
|
December 8, 2022
|
Is it possible to run Dialyzer on a Livebook notebook's contents?
|
|
0
|
279
|
December 2, 2022
|
Why there are no `Boolean.t()` and `Integer.t()` types?
|
|
2
|
667
|
November 4, 2022
|
Dynamically generate typespecs from module attribute list
|
|
14
|
4036
|
October 14, 2022
|
@spec reports false error
|
|
1
|
310
|
August 10, 2022
|
Issues with Credo, Dialyzer, and compiler warnings for `<app_name>Web.ErrorView.template_not_found/2` in Phoenix
|
|
4
|
517
|
July 22, 2022
|
Build a union type from a list?
|
|
5
|
793
|
July 19, 2022
|
How to document fields on a struct?
|
|
11
|
747
|
June 29, 2022
|
TypeCheck - Fast and flexible runtime type-checking for your Elixir projects
|
|
98
|
10860
|
June 19, 2022
|
Zero-cost abstraction for NewTypes in Elixir
|
|
28
|
2543
|
April 7, 2022
|
Should using @impl true cause docs to show the callback spec?
|
|
8
|
1174
|
April 6, 2022
|
Batch create typespecs for a code base
|
|
0
|
369
|
March 1, 2022
|
Credo Specification and Callback check
|
|
2
|
720
|
February 28, 2022
|
Get typespecs for Code.compile_string() module
|
|
3
|
1093
|
February 17, 2022
|
Typespec dialyzer error - the @spec for the function does not match the success typing of the function
|
|
2
|
1225
|
February 15, 2022
|
Best way to define a type that's only a limited set of strings
|
|
15
|
5033
|
February 14, 2022
|