Caleb White

Results 117 issues of Caleb White

Whenever I try to run Zengine I get this: Can't find 00acta.zcr Can't find 00actb.zcr Can't find arrowa.zcr Can't find arrowb.zcr Can't find backa.zcr Can't find backb.zcr Can't find downa.zcr...

Hello! I'm trying to install and use this extension but I'm getting several of the below errors when trying to run PHPStan (level 1) on my codebase: ``` Uncaught TomasVotruba\Bladestan\Exception\ShouldNotHappenException:...

Hello! I think there needs to be some control over the blocking search time. I accidentally typed `$` instead of `\$` (to search for a PHP variable), and Neovim froze...

### Version 1.14.1 ### Template before formatting ```blade filter(fn($_, $key) => !str($key)->startsWith(['x-model', 'wire:model', 'class', 'id'])); @endphp > ``` ### Template after formatting ```blade filter(fn($_, $key) => !str($key)->startsWith(['x-model', 'wire:model', 'class', 'id']));...

bug

- [x] Added or updated tests - [x] Documented user facing changes Closes #1577, closes #1642, closes #2002 **Changes** This PR introduces support for multiple database connections as well as...

- [x] Added or updated tests - [x] Documented user facing changes Closes #1810 **Changes** Hello! This PR adds support for the `newFactory` method which can point to a model...

Hello! This PR goes through and refactors all the `assertType` tests for consistency in the codebase: - all `assertType` calls are now inside a function instead of in the top...

Hello! PostgreSQL supports [`time[stamp] with time zone`](https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-DATETIME) fields with a resolution of 1 microsecond. However, the default grammar date format is `Y-m-d H:i:s` which truncates `DateTimeInterface` objects that are passed...

Hello, I installed `chokidar` globally per the docs, however, executing the `porter watch` command yields the following error: ``` Watcher process has terminated. Please ensure Node and chokidar are installed....

question

Hello! I followed the instructions in the docs: 1. Installed software 2. Executed `porter init` 3. Modified `porter.yaml` 4. Executed `porter add` and then I received the following error: ```...

question