Caleb White

Results 117 issues of Caleb White

Hello! Thanks for this plugin! I primarily use this to load some secrets for Github integration into Neovim. However, can you please expose the `load` function to the end users?...

Hello! I seem to be unable to add my dev site to fleet, it fails with the following error: ``` $ php artisan fleet:add What domain name would you like...

Hello! I'm running Laravel under Docker in my local environment, but use the `sail` to interact with the container. Can you please have this plugin automatically detect and use sail?...

Hello! This PR: - adds php 8.4 support - updates the php queries to be compatible with the BCs in https://github.com/tree-sitter/tree-sitter-php/pull/247 - fixes import highlights I added myself to the...

### Bug report Hello! It looks like PHPStan is having issues resolving closure types that are inside an array: ``` /** @param array $relations */ ``` Please see the playground...

Hello! Given the following function, phpactor thinks that `$app` is `mixed` instead of `Application`, it also thinks that `$throwable` is `TClass` instead of `Throwable`: ```php /** * Get the available...

bug

Hello! This PR cleans up some bugs and brings the framework to PHPStan Level 1. For reference, here is all of the errors on 11.x: ``` ------ ------------------------------------------------------------------------- Line Illuminate/Auth/Access/Gate.php...

Hello! I've been contributing a bunch to Larastan, and have been wanting to integrate the relation generics into the framework for a while now. Generics provide better auto-completion and intellisense...

Hello! Please see my previous PR (#51793) for context. This PR adds a `getDatetimePrecision` method to the base grammar which allows overriding the default precision on a per grammar basis....

- [x] Added or updated tests Hello! This PR resolves #1931 by adding support for intersection/union types in the model scope resolution. Thanks!