Tim Kelty
Tim Kelty
I'm trying to stick the active facet count into the header of a Panel widget, that is wrapping a RefinementList. This seems to have been added to vanilla js, but...
# Feature request Many frameworks provide ways of dynamically loading props & methods into a class at runtime (essentially a runtime trait). E.g., Yii Behaviors: https://www.yiiframework.com/doc/guide/2.0/en/concept-behaviors This becomes inherently difficult...
Currently "credential-less" auth is triggered by having an empty key or secret: https://github.com/craftcms/aws-s3/blob/main/src/Fs.php#L437-L472 A better/safer approach would be to have an explicit option whether or not to use credentials.
Just curious if you considered https://github.com/sizeg/yii2-jwt before writing this, or know of any advantages either way before I dig in. The most obvious difference is firebase/php-jwt vs lcobucci/jwt as the...
Without `STRICT_TYPE_CHECKING`, the following isn't a warning. ```php public function foo(): int { return 'foo'; } ```
I just got `huge-jackass`, and I feel like I won the lottery. 😆 While fantastic, if a client ended up with it, we might have some explaining to do. In...
I would love to use this extension with the [Notational Velocity](https://notational.net/)-style combined search/create action. That is, results filter as you search, but at any time if you're not seeing the...
Since standards have a few deviations from PSR-1/2, would you consider providing a `phpcs.xml`/`.php_cs` for people to use?
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Services often have their own...
### Description Detects if you pass `\craft\helpers\App::envConfig` a Model, and if so, uses the the model's attributes instead of just getting public properties. This allows config overrides to work if...