Gilfanov Ramil

Results 6 issues of Gilfanov Ramil

For button ```hbs qwe ``` when `importBootstrapCSS: true` then in vedor.css we have invalid order of styles ``` btn-lg{ font-size:1.25rem } btn{ font-size:1rem } ``` and result is `font-size:1rem` When...

bug

in handlebars this not work `each-in fragment as |k v|` this works `each-in fragment.data as |k v|` is it correct to use fragment.data?

`ember s` hovering when lack of open curly brace with message `⠼ building... [Babel: wcapp > applyPatches]` ```js import Controller from '@ember/controller' import { action } from '@ember/object' import {...

wrong ``` copy( false, overwrite: { id: 2 } ) ``` [ember-data-copyable] Error: Assertion Failed: You cannot index an internalModel by an empty id' at Object.assert (index.js:163) at InternalModelMap.set (-private.js:6662)...

https://stackoverflow.com/a/66481419/1359764