Sam Blomberg

Results 5 comments of Sam Blomberg

I'm having the same problem after updating PHPStorm to 2019.1. Code completion works, but code navigation does not. ## Screen recording ![Screen Recording 2019-04-03 at 11 58 08 AM](https://user-images.githubusercontent.com/2219531/55498398-1cd61f80-5609-11e9-947d-da1ca15e2737.gif) ##...

It appears this issue was closed due to the workaround found here: https://github.com/barryvdh/laravel-ide-helper/issues/708#issuecomment-484984972

After the v0.15.4 update of this idea-php-laravel-plugin broke my code navigation functionality again, this is what got it working again for me: 1. In the project root, delete __ide_helper.php_ 2....

With inspiration from https://github.com/adeptoas/sweet-modal-vue/pull/103/commits/d3eb06c9c4b6e997cb45e0ca7923f9e31051918b, we fixed this problem in our application by adding these to our site's stylesheet: ``` body .sweet-modal-overlay { display: flex; align-items: center; justify-content: center; } body...

I prefer not making this change, as it is has the potential to break existing APIs that check for `status: "fail"` In addition to its verb usage, **fail** can be...