robertmylne

Results 13 comments of robertmylne

What caused the errors as if we create a user solution wouldn't it just experience the same issues. Also, the MessagesAPI says it can auto detect whether it is unicode...

> For a functional component the proper way to use it may be more: > > ```ts > const [swiper, setSwiper] = useState(null) > > return ( > style={styles.container} >...

Yes, I also ran the `Generate Eloquent Helper Code` and yes `password_reset_token` is in the migration file. It isn't just the `password_reset_token` column it is all columns that have that...

I fixed this issue by connecting to my database in PHPStorm `https://www.jetbrains.com/help/phpstorm/mysql.html`. This step might need to be added to the Laravel Idea docs `https://laravel-idea.com/docs/eloquent`

Maybe something like the below and instead of the switch statement you could make them props? ```{{ getHeaderName(item.type) }}``` ``` getHeaderName(type) { switch (type) { case 'success': { return 'Success'...

+1 needs more coins returned. This repo hasn't been updated in 4 years so I guess it's dead?

This issue has been solved here by Maizzle: https://maizzle.com/docs/examples/buttons ``` Read more ```

Well you would have to go with the one that people use the most in the real world, which is addenda, for most people addendums seems incorrect. Google graphs the...

``` function percentageWrapper($a, $b, $decimals = null, $symbol = true) { if ($a == 0 || $b == 0) { //