Yuta Nagamiya

Results 8 comments of Yuta Nagamiya

Please try the following URL: `ssh://[email protected]:22/company/project.git` > Not sure if this is the only place that needs updating? It is only place that needs updating.

> I have tried it with this format (ssh://...), but the result is the same. The `url` rule is validated by [`Illuminate\Validation\Validator::validateUrl()`](https://github.com/laravel/framework/blob/5.2/src/Illuminate/Validation/Validator.php#L1514). In my test script, this method returns `true`...

Hi, This is a problem with the version of `symfony/console` on which Laravel 5.2 depends. I will upgrade Webloyer's Laravel in the near future. Regards,

Hmmm, please try uninstalling and reinstalling the json gem.

It seems like gVim doesn't recognize your PATH. Please try to add the following line to your `.bashrc` file: ``` bash export BASH_ENV=~/.bashrc ``` Otherwise, please try to add the...

Hi. I was not able to reproduce the problem. I always got proper warnings following: ``` test_rubocop.rb|1 col 1| C: Missing top-level class documentation comment. test_rubocop.rb|1 col 1| C: Missing...

Syntax highlighting is cleared after `:RuboCop -a` run? Hmmm, it is not reproduced in my environment.

I want to know too. I am reading your wonderful [book](https://leanpub.com/ddd-in-php) and repository. I created a data transformer for a collection class in my project. Application service: ```php public function...