Sascha Deus
Sascha Deus
Same here. Please add function to adjust series name and tooltip content in a single column chart
Okay seems to be solved if you typecast the field in the eloquent model: `protected $casts = ['agency_fee' => 'float',]` Little bit confusing because it ist already defined as `...
@PH7-Jack Not checked after this workaround.
I am sorry but the `mackup uninstall` not remove the symlinks like described. I created the cfg and tried to backup but the symlinks are not recreated to the new...
> It's odd that `mackup uninstall` didn't work for you. Can you give us more details as to what happens when you run it? You need to stop all instance...
So if you change/upgrade the Dropbox app under MACOSX you have to uninstall mackup BEFORE. Otherwise the symbol links in all directories can't restored to the original state. It tries...
Would be great if that can implemented
Just need a simple TXT File Values TAB separated. For example: ``` ->withCustomCsvSettings( [ 'delimiter' => '\t', 'use_bom' => false, 'output_encoding' => 'ISO-8859-1', ]; ) ```
Check! Works like mentioned! Could be a workaround! Thx