Juan Cortines
Juan Cortines
Hi, I'm getting this error while trying to use airplayer from the command line: ``` $ airplayer totally-legal-movie.mkv (node:32405) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new...
Hi, The issue is easy to reproduce. Simply invoke "destroy" twice in the same model. I'm not saying it is correct invoking "destroy" twice on the same model, but in...
node version: 6.5.0 bluebird version: 3.4.6 stack trace: `/app/node_modules/bluebird/js/release/debuggability.js:347 Uncaught RangeError: Maximum call stack size exceeded at Promise.cancellationOnCancel [as _onCancel] (/app/node_modules/bluebird/js/release/debuggability.js:347:30) at Promise._invokeOnCancel (/app/node_modules/bluebird/js/release/cancel.js:113:33) at Promise._cancelBy (/app/node_modules/bluebird/js/release/cancel.js:52:14) at Promise.break.Promise.cancel (/app/node_modules/bluebird/js/release/cancel.js:14:22)...
Sale records with ```txApiType``` equal to "ISOT" are ignored. They should be treated as any other sale records for tax reporting purposes.
Hi, I found that triggering `abort` on a fetch operation with a range condition works fine: ``` javascript movies.fetch({ conditions: { title: ['A', 'Z'] } }).abort() ``` However when specifying...
Hi, I have two Windows 10 machines, one is 1803 and the second 1703. On both of them I have installed Visual Studio 2015, Visual Studio 2017 and latest SDK...