Alex

Results 13 issues of Alex

I don't understand (yet ;-) the "isBarOrChild" but it's the origin of a little bug. When you select a line (a whole line) with the mouse from left to right,...

Hi there: I'm trying to catch error to prevent php to stop if there's no parseable string, but I can't figure out how to do it ... I've tried many...

In the usage when you say: `@foreach (Auth::user()->onboarding()->steps as $step)` it has to say: `@foreach (Auth::user()->onboarding()->steps as $step)` and also ... don't forget to add the `use \App\models\User;` in your...