Derrick Showers

Results 6 issues of Derrick Showers

I'm having trouble getting this to work. Here's the error I get: ``` bash path.js:439 throw new TypeError('Arguments to path.resolve must be strings'); ^ TypeError: Arguments to path.resolve must be...

When calling `this.store.createRecord`, the following error is thrown: ``` Uncaught Error: Assertion Failed: Passing classes to store.serializerFor has been removed. Please pass a dasherized string instead of undefined ``` I...

When using the latest version of Ember Data (1.13.8), the initializer breaks and displays the following error in the console. ``` Uncaught Error: Assertion Failed: Passing classes to store methods...

I'm following the steps in the README to install RxSwift via Carthage, but running into complier issues. Specifically, `No such module 'RxDataSources'`. The only error I get when running `carthage...

Hi @yogevbd. Thanks for this, works great! The only thing I haven't been able to figure out is why I can't "rerun" after adding a label. The only way I...

I'm unable to read from my Firestore database after connecting successfully. I'm receiving an error: ``` { "message": "function () {\n const temp = Object.assign({}, this);\n if (temp.credentials) {\n .........

bug
awaiting response