Cawe Coy Rodrigues Marega

Results 7 issues of Cawe Coy Rodrigues Marega

Hi. I am getting the error bellow when using `TotalsRow` just like in your [example4](https://github.com/Nayjest/grids-demo/blob/master/app/Http/Controllers/DemoController.php#L207). ``` Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Type error: Argument 1 passed to Nayjest\Grids\Components\TotalsRow::Nayjest\Grids\Components\{closure}() must be an...

HI, great package, thanks for the awesome work! I am trying to translate [whitecube/laravel-cookie-consent](https://github.com/whitecube/laravel-cookie-consent) lang files, but I've got the error: ``` Tanmuhittin\LaravelGoogleTranslate\Api\StichozaApiTranslate::translate(): Return value must be of type string,...

``` input_string := [{"city": "Montréal"}, {"city": "Vancouver"}] cities := JSON.Load( input_string ) ;;; output_string := JSON.Dump( cities ) MsgBox, %output_string% ``` Result: ``` [{"city": "Montr\u00e9al"}, {"city": "Vancouver"}] ``` It has...

Hi. Is there a way to display the value with comma as decimal separator and dot as thousand separator? Something like: ``` $decimal->toFixed(2, ',', '.'); ``` or ``` $decimal->format(2, ',',...

HI, great package, thanks for the awesome work! I am trying to translate some [filament](https://github.com/filamentphp/filament) lang files. But the translated files are generated in a wrong directory. ``` php artisan...

Hi! Great work here! Thanks! I just installed this package and I tried to update my user first name, but got "Failed to update profile". I took some minutes to...

Hello, thanks for the amazing work here! I'm using an API that requires a static IP, which the original caller can't have for now. That's why I'm creating a proxy...

waiting for feedback