Highlights
- Pro
Block or Report
Block or report Qqwy
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
elixir-type_check Public
TypeCheck: Fast and flexible runtime type-checking for your Elixir projects.
-
elixir-tensor Public
The Tensor library adds support for Vectors, Matrixes and higher-dimension Tensors to Elixir.
-
elixir-map_diff Public
Calculates the difference between two (nested) maps, and returns a map representing the patch of changes.
-
-
elixir-arrays Public
Well-structured Arrays with fast random-element-access for Elixir, offering a common interface with multiple implementations with varying performance guarantees that can be switched in your config…
-
810 contributions in the last year
Contribution activity
April 2022
Created 4 commits in 2 repositories
Created 1 repository
- Qqwy/mox Elixir
Created a pull request in dashbitco/mox that received 1 comment
Update mox.ex moduledoc on stub_with
The code example explaining usage of stub_with/2 was not a valid ExUnit.setup block because it would return an atom rather than :ok | keyword | map.
…
Created an issue in sorbet/sorbet that received 1 comment
Signatures for attr_accessor won't add runtime checks to the writer method
Input Given the following strictly-typed class: → View on sorbet.run # typed: strict class Foo extend T::Sig sig { params(bar: String).void } def i…