Jay Omayan

Results 8 issues of Jay Omayan

I got this error when i use getRawResults() here's my code: `$fulltext = new LaravelGoogleCustomSearchEngine(); // initialize $results = $fulltext->getResults('Startup Funding'); // get first 10 results for query 'some phrase'...

``` ErrorException (E_NOTICE) Undefined index: fieldItems ``` I'm not so sure why I'm getting this error. Does anyone know about this? > /Users/jayomayan/intercon/vendor/rob-lester-jr04/eloquent-sales-force/src/ServiceProvider.php > > $fields = Arr::pluck($layouts["fieldItems"], 'layoutComponents.0'); >

**ParseError** syntax error, unexpected '|', expecting variable (T_VARIABLE) (View: / [retracted]/resources/views/merchants.blade.php) Has anyone encountered above error? I followed this https://codelapan.com/post/how-to-use-datatables-in-laravel-8-and-livewire

I'm getting this error.. sorry, kinda new with Python. ``` Getting historical quotes Traceback (most recent call last): File "RobinhoodBot.py", line 64, in s.run() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/sched.py", line 151, in run...

This is more of a question, is it possible to show fields based on the value entered from the previous steps?

It goes away when using livewire pagination. Is there a solution to this ?

Tried setting it in option but it doesn't follow the height: ``` $chart_options = [ 'chart_height' => 750, 'chart_title' => 'Users', 'report_type' => 'group_by_date', 'model' => 'App\Models\User', 'group_by_field' => 'created_at',...

Not sure what's wrong with this but i just followed the docs. ``` $file_name='original.pdf'; $overlay='overlay.pdf'; $pdf = new \mikehaertl\pdftk\Pdf($file_name); $result = $pdf->stamp($overlay) ->saveAs('merge.pdf'); if ($result === false) { $error =...