Jon Watson
Jon Watson
Given: 1. class User exists and extends Model in my code. 2. I have two database connections defined as separate Knex objects: A. a mysql connection B. a SQL Server...
I'm not sure what I'm doing wrong. But if I try to update a Baum node using Laravel/Eloquent and just use the save() method, it fires the Eloquent 'saved' event,...
During the "saved" event, the reload() method is called, which, in turn calls getFreshInstance() and wipes out all relations that were on the model before save. This breaks laravel's $model->push()...
When anything that uses promise-socket is compiled with the TypeScript compiler (tsc), the following error occurs: ``` node_modules/promise-socket/node_modules/promise-duplex/lib/promise-duplex.d.ts:6:11 - error TS2430: Interface 'DuplexStream' incorrectly extends interface 'Duplex'. Property 'closed' is...