-
Sample users:
{
"users": [
{
"name": "Mary",
"locale": "en",
"email": "mary@example.com",
"description": "I am a passionate individual who values cooperation. I be…
-
How does one add customEvents with modern ember-cli? I'm assuming it should be done in an initializer?
https://api.emberjs.com/ember/3.13/classes/Application/properties/customEvents?anchor=customEv…
-
**link-to** and **transitionTo** stopped working recently but we can able to load the page while loading the route manually in the address bar
After several months I rebuild the application, it reb…
-
### 🐞 Describe the Bug
I created a new app with the the current Ember-cli in wsl2 with Ubuntu and Chrome installed in wsl2. When I run `npm test` it times out with an error
### 🔬 Minimal Reproductio…
-
Based on current conversations with @andrew-pickin-epi, et al, the `duration` value returned from the gem's error control needs to be the expected `integer` type to resolve issues with the current too…
-
Dolly model keeps on answering questions that are not part of the input documents. For example, I can ask: why do Canadians play hockey? where is Toronto? where are brothels in Toronto? It keeps answe…
-
### 🐞 Describe the Bug
When a key is `delete`ed from an object a subsequent `set` on that key may silently fail on debug builds.
It may not be possible to support `delete` in this manner in a debu…
-
**What does this bug affect?**
Unable to craft the firework "Little Comet".
Result is the system message: "Synthesis canceled. That combination of materials cannot be synthesized."
**Steps …
-
[Here is a reproduction repo](https://github.com/boris-petrov/ember-jquery-integration-bug)
When the second commit is used (that is, before enabling the jQuery integration feature), clicking on the…
-
Currently ArrayProxy is missing a `join()` method, this is useful when you try to use it to concatenate a list of model names, trying to use [join helper](https://github.com/DockYard/ember-composable-…