Philip Iezzi (Pipo)
Philip Iezzi (Pipo)
### Version @nuxtjs/tailwindcss: v4.2.1 nuxt: v2.15.8 node: v17.0.1 ### Steps to reproduce Try to install `@nuxtjs/tailwindcss` in a plain nuxt project: ```bash $ yarn add @nuxtjs/tailwindcss yarn add v1.22.17 [1/4]...
Hey @amrshawky, great project! This is just the easiest to use and cleanest currency library I found. Are you planning to implement any kind of caching, so that we don't...
Hi there parsing of SWITCH whois records (.ch/.li domains) won't work in current master (03e0337) for domain holders without organization name. My fix in Templates/Switchnic.php: ``` # diff -u Switchnic_03e0337.php...
I love the **prefix_except_default** strategy but I would like to combine it with multiple hosts. What I would like to accomplish: - http://example.ch/ -> de_CH - http://example.ch/en/ -> en -...
This adds a new `HasEndpointPlaceholders` trait which can be (optionally) used on any Saloon Request as syntax sugar. So instead of overriding `resolveEndpoint()` like so: ```php class GetUser extends Request...
**Frequently asked questions** - [x] I have read [Frequently Asked Questions]() - [x] I have looked at the list of the existing issues (including closed issues) and searched if my...
Using Inertia's `Header` constants and introducing Momentum Modal `ModalHeader` constants.
The current set of default `request-logger.filters` in `config/request-logger.php` is quite misleading: ```php 'filters' => [ 'password', 'password_confirm', 'apikey', 'api_token', 'Authorization', // 💥 'filter.search', ], ``` You could assume that `Request`...
I have removed the outdated and unmaintained [`league/pipeline`](https://github.com/thephpleague/pipeline) and replaced it with standard Laravel [`Pipeline`](https://laravel.com/docs/11.x/helpers#pipeline) to avoid such deprecations in PHP 8.4: ``` DEPRECATED League\Pipeline\Pipeline::__construct(): Implicitly marking parameter $processor as...
Getting the following deprecation warning on PHP 8.5: ``` WARNING: ReflectionProperty::getDefaultValue() for a property without a default value is deprecated, use ReflectionProperty::hasDefaultValue() to check if the default value exists in...