Messi89
Messi89
Hello This is a quick fix (You need to set XAxisCategories) ` LivewireCharts::multiColumnChartModel() ->setAnimated($this->firstRun) ->setDataLabelsEnabled($this->showDataLabels) ->withOnColumnClickEventName('onColumnClick') ->withLegend() ->setTitle('Revenue per Year (K)') ->setOpacity(.75) ->setColumnWidth(5) ->setHorizontal(false) ->multiColumn() //->stacked() ->withGrid() ->setXAxisCategories(['2019', '2020', '2021',...
This code worked for me on mariadb... ``` 'table.json_column->"$.attr"' => 10 if (strpos($column, '->"$.') !== false) { $columnArray = explode('->"$.', $column); $column = $columnArray[0]; $attribute = str_replace('"', '', end($columnArray)); $field...
@MaximeThoonsen the generateStreamOfText function use guzzle request (not async request), so theoretically the method waits for the whole response from the ollama api. Is there any way to read streamed...
you can't block ip address from hosts file... You need to lookup for the reverse dns instead
> > Add this 127.0.0.1 4vzokhpsbs.adobe.io > > Seems Adobe have changed it again, any ideas? block adobe sotfwares with windows firewall it's better
did you restart rpi-monitor ? `systemctl restart rpimonitor.service` if not works restart cron or reboot raspberry
Since the package wait the complete response from model, for now there is no way to stream response (like ollama did on the cli)