Alec Hirsch
Alec Hirsch
## Describe the bug When using the programmatic API, the runTests function does not throw an error if the test fails, nor does it return any data about the tests...
#### What problem are you trying to solve? I passed in searchParams option as null and got back an error that looks like this: ``` TypeError: Expected value which is...
## Introduction Calling `Collection.load('relationshipName')` returns a collection without the relationships included ## Steps to reproduce issue Create a collection out of preexisting models, then call load() with a relationship ```...
It doesnt look like you have any tests written, how would you go about testing this change? Fixes #9
If this is still being maintained, a deprecation was posted for 3.16 which deprecates the following methods: didCreate didDelete didLoad didUpdate https://deprecations.emberjs.com/ember-data/v3.x/#toc_record-lifecycle-event-methods
I am using the websocket server docker image for the english model. I am feeding it a live stream of converted (to wav) audio for telephony purposes. I have noticed...
This removes the deprecation notice: ``` Registry plugin was moved into core Bookshelf. You can now register models using `bookshelf.model()` and collections using `bookshelf.collection()` without having to call `.plugin('registry')`. Remove...
I can no longer successfully download this in docker. This might be a github issue? Request with wget ``` wget "https://github.com/dustinblackman/phantomized/releases/download/2.1.1a/dockerized-phantomjs.tar.gz" ``` Output ``` --2021-09-20 16:39:30-- https://github.com/dustinblackman/phantomized/releases/download/2.1.1a/dockerized-phantomjs.tar.gz Resolving github.com (github.com)......
I recently upgraded from 2.11.0 to 2.14.0 and noticed that after a call start, my fans take off and the browser tab freezes and eventually crashes. I narrowed it down...
I was trying to use knex to join on some additional values that are not `column = column` and couldnt find any way to do it in the documents. After...