Alex Kanunnikov

Results 263 issues of Alex Kanunnikov

example: ```ts const GlimmerComponent = (() => { try { return window.require('@glimmer/component').default; } catch (e) { // ignore, return undefined } })(); let tagValue, tagValidate, track, tagForProperty; try { //...

since is MU is no longer in ember, I think we good to go to remove any MU related code, to simplify codebase

help wanted
good first issue

Now if component not rendered, we enforce application reloading, sometimes this is not comfortable. I think we need an configuration flag, disabled by default, allowing silent components reloading. How? -...

enhancement

example - https://apvarun.github.io/toastify-js/# `Updating ...` ` updated..`

question

![image](https://user-images.githubusercontent.com/1360552/116266855-8d1de380-a784-11eb-9331-5707e9d22e44.png) https://api.emberjs.com/ember/release/modules/@glimmer%2Fcomponent Looks like something wrong with highlight.js integration may be related: https://github.com/ember-learn/ember-jsonapi-docs/pull/97

Related issue: #38, #53 Features: * `mu`, `pods`, `classic` layouts support for app `models` definitions lookup, including `js` and `ts` files. * `mu`, `pods`, `classic` layouts support for app `transforms`...

enhancement

TypeError: Cannot read property 'process' of undefined at C:\Users\lifeart\AppData\Roaming\npm-cache\_npx\173988\node_modules\ember-es6-class-codemod\node_modules\flow-parser\/flow_parser.js:281:70 at Object. (C:\Users\lifeart\AppData\Roaming\npm-cache\_npx\173988\node_modules\ember-es6-class-codemod\node_modules\flow-parser\/flow_parser.js:2:2) at Module._compile (internal/modules/cjs/loader.js:778:30) at Module._compile (C:\Users\lifeart\AppData\Roaming\npm-cache\_npx\173988\node_modules\ember-es6-class-codemod\node_modules\pirates\lib\index.js:99:24) at Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Object.newLoader [as .js] (C:\Users\lifeart\AppData\Roaming\npm-cache\_npx\173988\node_modules\ember-es6-class-codemod\node_modules\pirates\lib\index.js:104:7) at Module.load (internal/modules/cjs/loader.js:653:32) at...

![image](https://user-images.githubusercontent.com/1360552/73853617-3c9a2d80-4842-11ea-9e2d-16e79a467185.png)

examples: ```hbs + add study + add study ``` output: ```hbs + add study + add study ```

enhancement