NickSdot
NickSdot
$FAIRMOON assets got merged to master with [/assets/6268](https://github.com/trustwallet/assets/pull/6268). The logo is already displayed in the app, but neither the data from the info.json, nor the price are available. I have...
# Versions **package.json** - `@inertiajs/inertia` version: 0.9.2 / 0.0.10 - `@inertiajs/inertia-vue` version: 0.6.2 / 0.7.1 **composer.json** - `inertiajs/inertia-laravel` version 0.4.2 - `laravel/framework` version 8.40 / 8.50 # Describe the problem...
@claudiodekker here the draft PR as discusses in Discord. Demo: https://github.com/NickSdot/inertia-laravel/issues/new/choose Demo: https://github.com/NickSdot/inertia-laravel/issues/new?assignees=&labels=bug%2Ctriage&template=bug_report.yml&title=%5BBug%5D%3A+ Demo: https://github.com/NickSdot/inertia-laravel/issues/new?assignees=&labels=enhancement%2Ctriage&template=feature_request.yml&title=%5BEnhancement%5D%3A+
I have just been playing with minicli and I like it. The readme says: > Note: If you want to obtain user input, then the [readline](https://www.php.net/manual/en/function.readline.php) PHP extension is required...
Similar issue as in https://github.com/laravel/prompts/pull/146. To make packages like `symfony/var-dumper` available globally you prepend the global Composer autoload.php like so: ``` // php.ini auto_prepend_file = ${HOME}/.composer/vendor/autoload.php ```  From: https://symfony.com/doc/current/components/var_dumper.html...
### Feature request https://phpstan.org/r/9b2a98db-4c20-486e-b0ae-811f90d6340d **Current:** > phpstan: Cannot access offset 'country_code' on array{country_code: string, latitude: float, longitude: float, comments: string}|false. **Expected:** > phpstan: Return value might not be an array...
### Changes There where previous attempts (https://github.com/larastan/larastan/pull/851, https://github.com/larastan/larastan/pull/852, https://github.com/larastan/larastan/pull/857) to make the detection of the Laravel bootstrap file better. However, after reviewing the code and discussions it appears to me...
I wanted to open this to ensure awareness and have it tracked. The core package requires `nprogress` which seems more or less abandoned. The last 0.2.0 release on npm was...
### Describe the Bug The following Markdown ```md something (build with [NueJS](https://nuejs.org/)) something ``` renders with a missing `)` at the end. **Output:** something (build with NueJS something **Expected:** something...
### Is your feature request or improvement related to a problem? Yes. Imagine something like on the screenshot. You want to highlight a part in a blog post title. Currently,...