Mikel Torres Ugarte
Mikel Torres Ugarte
Yay, as @pleerock showed in their comment, adding a blank line after method declarations makes the code much more readable. A pity Prettier won't adopt this rule cause the work...
I'm not using nested react roots, but thanks for the hint! I'll try to replicate this with the simplest example so this is easily reproducible.
Hey @carlosV2 Perdona la tardanza en responder. Me apunto la idea, aunque es complicado mostrar el porcentaje relativo de odio, porque Twitter no nos da el valor absoluto de número...
Hey @MrCrayon I just want to cache DataType to avoid this unneeeded frequent call to select * from data_types. I've checked your fork but I can't see exactly what should...
Thank you, @MrCrayon What I finally did is to implement shrft's solution of adding this in the web.php routes file: ``` if (starts_with(Request::getPathInfo(), '/admin')) { Route::group(['prefix' => 'admin'], function ()...
Just as a comment, my previous solution didn't work when caching the routes (that I wanted to cache as they were many of them). I've added your caching functionality to...
Hey, I'm afraid I'm really busy at this moment. I'll try to check what could be going on with this in the future, in the meantime I can't only but...