Jay Quigley
Jay Quigley
I tried ```ruby MyClient::Account.create(first_name: "Experiment", last_name: "Fingercross", email: "[email protected]") ``` but got ```ruby TypeError: no implicit conversion of String into Integer from /Users/jay/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/json_api_client-1.5.1/lib/json_api_client/parsers/parser.rb:59:in `fetch' ```
### What is the problem? The `blitz new` app generation encounters an error when trying to generate `app/auth/components/LoginForm.tsx`. Due to this error, I cannot create a new Blitz app. ###...
Correct some confusing grammar issues
## Is your feature request related to a problem? Please describe. ### Basic problem & use case It is possible to run across cases where there are booleans in the...
It'd be great if this gem would also work with Minitest as opposed only to Rspec. I'd be willing to help with this , but I'd need to understand a...