Terone Madhanayaka
Terone Madhanayaka
## Issue Trying to stub the `Integer.to_string/2` method does not work. ## Environment - Elixir 1.11.4 (compiled with Erlang/OTP 23) - Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]...
## Issue When creating a new project and selecting no to all addons, the project doesn't import some helpers e.g. `rails_helper.rb, spec_helper.rb` and `disable_animation.rb` which causes issues when running tests...
## Issue Whenever we create a new project with the elixir template, there are more files with the `single alias` syntax. Specifically in the conn_case, data_case, and project_name_web files ```elixir...
## Issue Description ### What was unclear/insufficient/not covered in the documentation There is no section covering the proper usage after generating a model using the `sequelize-cli`. It will be useful...