Vadim Kazakov
Vadim Kazakov
Updated 3.16 LTS versions to latest, not sure if older versions should be removed at this point. Corresponding backend PR https://github.com/joostdevries/twiddle-backend/pull/40
I've been working on updating this repository with several updates: 1. update dependencies including ember-test-helpers and ember-source 2. add ability to pass down options to setupContext 3. Add a rudimentary...
Update feature list to bring it inline with ember-qunit feature parity including `waitForSettled` option support, latesst ember-test-helpers support and update to use latest mocha. If you'd like to use these...
It would be great if you could use error handler routes i.e. ``` api.use('all', function(err, req, res, next) { ... }); ``` Right now they seem to get ignored
This was an error in ace on new versions of Firefox. Has been fixed in the latest version of ace: https://github.com/ajaxorg/ace/issues/3439
We're using the [ember-power-select](https://github.com/cibernox/ember-power-select) plugin and after upgrading to ember-cli-less 2.0.1 we're getting the following LessCompiler error: >SyntaxError: Cannot read property 'eval' of null in /var/folders/kb/cy0txbmx1g579kycjsyfl5q89dlr3b/T/broccoli-674726wFPAksadaZw/out-335-broccoli_merge_trees_full_application/app/styles/ember-power-select/variables.less on line 19, column...
According to this deprecation https://deprecations.emberjs.com/id/ember-data-deprecate-legacy-imports `ember-data/store` should still be used instead of `@ember-data/store`. The current rule only ignores `ember-data/types/registries/` (which I'm not even sure is valid anymore). At the very...
### Description * ensure `complete` handlers for `show` and `hide` check if the commponent was disposed ### Motivation & Context * what can happen is the element can get removed...
I've noticed a difference between pages like https://api.emberjs.com/ember/release/classes/application/ and https://api.emberjs.com/ember/release/modules/@ember%2Fapplication The former has the pre rendered HTML response, however, the latter does not and requires Ember to bootup and render...
* add support for javascript.glimmer and typescript.glimmer files