Hitoshi Hayakawa

Results 3 issues of Hitoshi Hayakawa

6f75752d0e10ebaa6cecbd4a6fe406dc1f39d788 ``` { questions(limit: 3) { answers(limit: 2) { id body totalCount } } } ``` In the above query, "limit" for `answers` are not counted on answers under each...

As of String.replace_trailing in "Intercept requests with and without a trailing slash(#28)", Facebook login doesn't work correctly. Due to the replacing, `conn`, which will be passed to the callbacks(like following)...

Kind:Bug

As you know, change() in a migration file define the column with mediumtext, when you specify size: 65535 like below. ``` add :description, :string, null: false, size: 65535 ``` It...