Rene Bartkowiak

Results 57 comments of Rene Bartkowiak

You can use the fixed fork as follows: 1. require "chumper/datatable": "l5-dev as 2.3" in your composer.json 2. Add fork repo to your composer.json: "repositories": [ { "type": "vcs", "url":...

Could you publish the stack trace for this error, so that we can find the source for it?

Nope, unfortunately it does not help. The question is, what has been passed to the view and caused the exception. Does the route name exist?

Could you dump and die the table() method output like so: ``` dd(Datatable::table() ->addColumn('id',trans('kotoba::table.email'), Lang::choice('kotoba::table.role', 2), Lang::choice('kotoba::table.action', 2)) ->setUrl(route('api.users')) ->setOptions(array( 'dom' =>"Tlfrtip", 'tabletools' => array( "aSwfPath" => "/assets/Datatables/extensions/TableTools/swf/copy_csv_cls_pdf.swf" ) ))...

I would suggest it is an error in your view _partials.datatable. But I'm not a hundred percent sure. Hope you can find and fix it. Does the error occur, when...

Maybe you could use this meanwhile: https://github.com/yajra/laravel-datatables-oracle

All right, figured out a bit more with AWS X-Ray: The complete error message is: TypeError: Cannot assign to read only property 'exports' which might be an issue with mixing...

@amark I am currently testing Gun JS and it looks like the re-sync issue still exists. Having two separate browser open connected to a peer instance. Wen peer instance goes...

Installed latest version of Gun and using it with Vue. Looks like `node[node_].put` is still undefined in unset.js so the statement inside doesn't get executed. Can anyone confirm?

After some hours of diving deeper into this I'm now on a similar page like @mbround18 was. What I figured out: If you do a once() call on the set...