Brandon Lis

Results 5 comments of Brandon Lis

Using any ->join syntax: `\App\Engines::join('cars as car', 'car.id', '=', 'engines.car_id')->get();`

I am very interested in this feature also. I currently use eXdupe for incremental backups of Virtual Machine volumes and I read about Pcompress on your blog regarding incremental support....

For consistently my count() duplicates the original query using Eloquent builder and produces near identical query ``` public function count() { $builder = clone $this->query; $builder->setQuery($this->query->getQuery()->newQuery()); return $builder->fromSub($this->prepareCountQuery(), 'count_row_table')->withoutGlobalScopes()->count(); }...

Hi @yordadev, Thanks for getting to this. There are a few things I implemented in my source code that makes the code work smoothly. Please consider the following: Add an...

If you get the HASH that it returns and pull this url https://api.helium.io/v1/pending_transactions/:hash it'll tell you the status. For all the previous pending transactions, you can do https://api.helium.io/v1/accounts/148d8KTRcKA5JKPekBcKFd4KfvprvFRpjGtivhtmRmnZ8MFYnP3/pending_transactions and you'll...