Oleksandr Prypkhan
Oleksandr Prypkhan
Just curious, can't PHPStan use native enums? That would likely reduce the overhead even more, although would require bumping up PHP requirement to 8.1.
That doesn't explain much :) To me the only thing that made any sense (given I had a tiny bit of experience using Kotlin coroutines & Java threads) was the...
Well.. the whole thing needs a proper documentation (like every other amphp project has) if it's intended for a general public use.
@ccjjmartin We're trying to run this without stable releases. @gr2m Why is this so? Our situation is as follows: - we use Github's templates for our packages - every time...
@ghostwriter Now that Hamcrest support is not official, would a PR adding support for PHPUnit constraints be welcomed? Sure, Mockery has some built-in matchers, but PHPUnit has a lot more...
@oojacoboo This is causing issues for us as well (for Laravel paginator, not Porpaginas). Laravel itself doesn't support generics everywhere, but `larastan` (extension of phpstan for Laravel) [does define](https://github.com/nunomaduro/larastan/blob/master/stubs/Pagination.stub#L65) LengthAwarePaginator...
@oojacoboo Well any pagination type isn't a list, technically. It's an object with one of the fields being list. Other generic types, in the context of GraphQL, may include any...
We do use `#[Logged]` to require authentication in controller methods. The naming is confusing though: I've never heard of anyone using the term "logged", neither for users nor in code....
Yes please :) The current watcher is broken, although similar watchers like `chokidar` from NodeJS work correctly in non-polling mode for us.
At the same time, somehow columns are automatically detected on CI (which natively runs Linux, but it also runs inside a Docker container) and do work. Percentage progress is still...