Mike Bronner
Mike Bronner
- [x] Remove dead code. - [ ] Add tests for code that is not dead, but also not covered by tests currently.
Improve Scrutinizer score and get code refactored properly and cleaned up.
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.
- [ ] use Builder `extend()` or `macro()` method. (Hopefully that will work!) - [ ] implement cache key creation on a clone of the original builder, so as not...
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...
@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 :)
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
## 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...