Khalyomede

Results 36 issues of Khalyomede

## Motivation ("The Why") Using NPM, we can check for outdated packages: ```bash khalyomede@ubuntu:~/programming/test npm outdated Package Current Wanted Latest Location Depended by workbox-core 6.5.3 6.5.3 6.5.4 node_modules/workbox-core node workbox-routing...

As jade as been rebuilded into pug, I think it is safe to redirects users to the new up-to-date related gulp plugin: https://www.npmjs.com/package/gulp-pug.

- Laravel Mix Version: 6.0.43 - Node Version (`node -v`): 17.5.0 - NPM Version (`npm -v`): 8.4.1 - OS: Alpine 3 (Docker, host is Ubuntu 20.04) ### Description: Mix is...

**Issue** When parsing a bloc of comment containing nested `@link` in a `@see`, the `see` key in the output gives raw links instead of parsing the name of the link...

The following reproduction code will show the issue: ```php use Jawira\CaseConverter\Convert; require __DIR__ . "/vendor/autoload.php"; $original = "__toString"; $text = new Convert($original); $expected = "To string"; $sentence = $text->toSentence(); echo...

This one is a ltitle bit tricky because it seems on the internet all case converters are producing the same output, which bugs me. How is a **sentence** case algorithm...

My `composer.json`: ```json { "name": "php-typo/php-typo", "description": "A command line tool to validate files do not have English typo in variables, methods, functions, ...", "type": "library", "license": "MIT", "autoload": {...

Support

- Larastan Version: 2.1.12 - `--level` used: 9 - Pull request with failing test: ### Description Laravel's method that have a mixed parameter, and for which the method call specify...

bug

Hello, thank you for this package, really useful! I wonder if you are willing to support eloquent scopes to perform similar results? My use case would be to check if...

### Problem Statement I just stumble upon a feature in the [documentation ](https://laravel.com/docs/10.x/localization#handling-missing-translation-strings)of Laravel 10 that allows us to perform any action when the framework encounter a missing translation. ###...

Type: Feature