Mike Bronner

Results 155 issues of Mike Bronner

- [x] Remove dead code. - [ ] Add tests for code that is not dead, but also not covered by tests currently.

enhancement

Improve Scrutinizer score and get code refactored properly and cleaned up.

enhancement

This should help increase performance for multi-tenant applications where each tenant has their own database. This way tenants won't clear each other's caches.

enhancement

- [ ] use Builder `extend()` or `macro()` method. (Hopefully that will work!) - [ ] implement cache key creation on a clone of the original builder, so as not...

enhancement

Hi everyone, I am currently stuck on version 0.9.17 because I am unable to get ReviewDog to work with the following external linters: - PHPStan - PHPCodeSniffer They both return...

### Description SHIFT- ENTER doesn't work as expected after pressing ENTER when in Safari. ### Steps to reproduce 1. Open in Safari. 2. Type text in editable field. 3. Hit...

bug
html cleanup
browser-safari

@amir9480 Thank you so much for this wonderful plugin. As mentioned in the title, adding go-to-definition links via CTRL-click would add additional utility. Thank you :)

enhancement
help wanted

When working within a model, it doesn't seem to provide autocompletion for its own properties, attribute modifiers, etc. (But it does provide autocompletion hints for related models, etc.)

I am seeing what I would call incorrect behavior, and am wondering if there are some settings I could implement to work around the problem. Consider the following example: ```php

bug
help wanted

## Description This PR attempts to implement allowing multi-class configs for all elements across the board. ```json classNames: { containerOuter: 'choices', containerInner: 'choices__inner class2 class3', //this works for any of...

help wanted
changes required