alexc-jeromes

Results 3 issues of alexc-jeromes

### Version(s) affected 11.2.0 ### Description Using the defaults from the docs (https://github.com/Spomky-Labs/otphp/blob/11.3.x/doc/index.md), verification appears to fail with PHP 8.2. ```php Psy Shell v0.11.22 (PHP 8.2.14 — cli) by Justin...

### Bug description We use `composer.local.json` and `composer.production.json` which are decided on with the env var `COMPOSER=${ENV}`. This works fine within Laravel as it uses Composer's env vars. Statamic has...

Pagination is insanely slow. This code: ```php $items->paginate(25) ``` and produces: ```sql select t2.* from ( select rownum AS "rn", t1.* from (select * from table where "some_field" is not...

pinned