Bence Szalai

Results 77 comments of Bence Szalai

## Nested parameters Now it is possible to bind to a request parameter, for example if the request has a `customer` which has an `id`, the binding can be configured...

> I am still in the process of the main work. > I will be back shortly. It seems to me that you can write the code better and concisely...

Hi! Is there anything I can do to move this forward? Is there something missing or wrong in the solution, or is it just the lack of free capacity it...

Sure, don't get me wrong, I was just wondering, no rushing or so! :)

Replaced the CodeGlance plugin with the latest [Minimap-for-Jetbrains from here](https://github.com/mgziminsky/Minimap-for-Jetbrains/releases), and it fixed the issue in PhpStorm 2020.3.2 (Build #PS-203.7148.74), so probably it would for other IntelliJ IDEs as well....

Just for the record, it can be downloaded and installed from the local filesystem anyway, independently from the plugin repository. Indeed, having it in there would be better.

A fix can be achieved by replacing [this line](https://github.com/themosis/framework/blob/2.0/src/View/BladeServiceProvider.php#L109) with: ```php $args[1] = "'.{$args[1]}().'"; ``` This achieves that the compiled blade template would always call the second argument, if that...

https://github.com/tymondesigns/jwt-auth/pull/2117

So, is there a compatibility issue with Tree Style Tab? I've been using Tree Style Tab for a while and about to start using Winger now.

Meanwhile v3 has changed the affected code a bit factoring it into an utility method, so the PR has different bits, but the meaning is the same. Also I've added...