0.5.18 has environment regression
See original GitHub issuehttps://github.com/yapplabs/ember-modal-dialog/blob/db5778b23d7fd3de66811fcce9d6001f5c539d8a/app/services/modal-dialog.js#L23 stopped working after 0.5.15. In 0.5.14, ENV.environment
is correctly test
. After updating to >= 0.5.15, ENV.environment
is undefined
for the same test.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Can a Regression Model with a Small R-squared Be Useful?
I am using simple linear regression in which model R2 is very low 0.0008 but model p value which is same as the...
Read more >Correlation and Linear Regression - SPH - Boston University
Regression analysis is a related technique to assess the relationship between an outcome variable and one or more risk factors or confounding variables ......
Read more >Multicollinearity in Regression Analyses Conducted in ... - NCBI
Numerous studies [18–22] have shown that BMIs of spouses are correlated possibly due to the shared environment and the change in the coefficient ......
Read more >How to Interpret Adjusted R-Squared and Predicted R ...
In my post about interpreting R-squared, I show how evaluating how well a linear regression model fits the data is not as intuitive...
Read more >Confidence and prediction intervals for forecasted values
The 95% confidence interval is commonly interpreted as there is a 95% probability that the true linear regression line of the population will...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@villander thanks for following up.
If anyone has a reproduction that still fails in 0.6.x, please let us know.
@villander this issue reappeared itself in 0.5.21 and is still in 2.5.24. When I try 0.5.20 my ENV.enviroment shows up in production but when I upgrade my version ENV.environment is undefined.