webmake
webmake
Hello, same problem for me. I just debugged that problem is due version attribute: `prettyVersion` is `dev-master` but `version` is `9999999-dev` so fails to compare versions within https://github.com/Soullivaneuh/composer-versions-check/blob/master/src/VersionsCheck.php#L40 or https://github.com/Soullivaneuh/composer-versions-check/blob/master/src/VersionsCheck.php#L58...
Okay, it turned out that problem was due my fault. I added one line `"prefer-stable": true,` into my `composer.json` file, and now sees proper versions. Filter on 48 line in...
Oh sorry for desinformation a little bit, Yes, I am extending that abstract class, and tested that works good if in group is defined namespace, but I simplified problem wrongly....
Yes, multiple, as much as modules are I guess, plus laravel installer generated default provider (`app/Providers/RouteServiceProvider.php`)
I have same issue, but I hope it will help to find problem: `''` - this works `''` - this **doesn't work** ```Nelmio\Alice\Throwable\Exception\FixtureBuilder\ExpressionLanguage\MalformedFunctionException: The value "
It's very hard to reproduce, because it happened once, and I suspect that it was two identical time http requests and concurring cpu cycles. You can fake this situation by...
This is http requests, so aren't controlled how many in parallel
We are encountering each time after deployment at higher load, (9cases per month). There would be solution by using [locks](https://github.com/symfony/lock) or another file that is is ongoing save procedure
I found in the code: `# If data is a non-empty list, pop the last value off the list, otherwise return the previously found value` maybe there was an intention...
The root cause is unsolvable, here is what I got from Foxess: ``` Hello, We usually don’t give API for end customers. But difficult to say what’s causing those empty...