Nicolas Ramoudt
Nicolas Ramoudt
I was bothered with the exact same issue and error-message on that block while trying the package (I learned it through laracasts this week). Sadly it didn't work on my...
> @Jeroen-G @smoetje I consider the root of this issue hard to replicate and not exactly our "job". > May I propose we replace the 10000 cycle count with a...
> 1. Maybe add a `sleep(1000);` after the `break;` inside the while loop to slow things down a bit? I agree, better let it sleep to free up some time...
> btw, sleep has to be outside the braces Why exactly? Did you perhaps try it earlier with a FOR loop? My original purpose for looping hundreds (or thousands) of...
I get your point, I prefer the FOR loop myself. But as told earlier: the FOR loop isn't working. Just tried your changes, can reproduce the same issue... ``` vagrant@homestead:~/code/pkg$...
In any case, the reason why it is so extremely strange is because it seems that in some situations when file_exists($this->packagePath()) evaluates to TRUE it still needs an amount of...
This code does work. However, the time sleep(1) remains to be the "weak spot" inside the given IF statement. Right now no one can predict how long it takes for...
The exception is a good idea. I tried your code... and sadly, there's the same error again: ``` vagrant@homestead:~/code/pkg$ artisan packager:new smoetje bilogic_test8 0/6 [>---------------------------] 0% Creating package smoetje\bilogic_test8... Creating...
Short update on the last update. I have tried on several VM setups with this version (I work on multiple machines). I took the liberty to make some tests and...
Same issue here. Got the everything to work fine, but don't know how to call the reload after the li elements are loaded with NgRepeat... (only when I resize, all...