Caleb White

Results 117 issues of Caleb White

It would be awesome if a user could input their desired search engine, rather than being forced to choose from the defaults. For instance, I use the Brave browser and...

## Feature request The `echo_tags_syntax` fixer currently converts between short and long echo tag formats, however, I have a Laravel project containing blade files with several thousand instances of php...

kind/feature request

Hello, I updated my glow config to use the new `setup()` function (see below) but now the glow window is empty when trying to preview my file: ```lua require('glow').setup({ border...

This PR adds composer autoload and wildcard support to `model:show` as suggested by @driesvints in #44212. ### Previous Behaviour `model:show` only qualifies model in the `App\` (or `App\Models\` if exists)...

I have an extra remote besides `origin` which has stale `develop`/`master` branches and generates the following message: ``` Remote is not up to date with 2 local branch(es): - develop...

enhancement

### Summary Hello! I just recently switch from a single vault password to multiple vault passwords and I've noticed some pain points. I have the client password script in `ansible.cfg`...

waiting_on_contributor
feature
affects_2.15

### I've searched open issues for similar requests - [X] Yes ### I've recently downloaded the latest plugin version of mason.nvim - [X] Yes ### Problem description Hello! For the...

installation-issue

Hello! I use the `phpactor` cli tool to move classes, but I've found it does not update any type references in PHPDocs, do you think this would be possible? Thanks!

feature

Hello! The [Laravel Collection](https://github.com/laravel/framework/blob/10.x/src/Illuminate/Collections/Collection.php) class implements ArrayAccess with the proper generics. However, phpactor does not properly resolve the inner type: ![image](https://github.com/phpactor/phpactor/assets/4176520/898d0fc3-33ad-4df9-a4ea-38ec5af9986a) Thanks!

enhancement

Hello! I'm in a Laravel Model and phpactor is reporting that a method in the same class does not exist---however, the method clearly exists and jump-to-definition works so I'm not...

enhancement