houfeng
houfeng
Hi, @jasonmit , i have a new building problem after instead of `ember-i18n`: in i18n addon, the `translations` texts is bundled to `app.js`, not `vendor.js`, so, i have a stable...
i think it 's a ignore file repo . but when i install , it need install so many dependencies .
i made a inline/ directory for inline template files, now ,once template files changed, can't reload ; i can mv inline/ to app/, once reload is ok ,but the content...
### Clear and concise description of the problem hi @kazupon san, i found in dev mode, my app has more memory by `PerformanceMeasure` type. performance invoked frequently by this code:...
由于有动画,当点击过快时,组件会失去响应(假死)。 例: 点击组件,在组件展开的动画过程中,迅速点击页面其他区域。 一种简单的办法是:增加组件标示(动画状态)如: ``` javascript fold:function(){ var _this = this, options = _this.options, slideBox = _this.slideBox; if(!_this.animating&&_this.isFold)return; D.removeClass(options,"hover"); S.one(slideBox).slideUp(0.2,function(){ _this.isFold = true; _this.animating = false; }); _this.animating = true;...
strict check amd
hi, @rickharrison now , in ember-cli config , i can generate hash files with sourcemap files, like this: ``` vendor-fce6de4e72c198ba468a0eb2c83d1fb4.js vendor-637ec5408a9ef70307a43842b526828d.map ``` but, we hope the mapfile name is same...
https://github.com/node-modules/git-pre-hooks/blob/master/hooks/pre-commit#L58 https://github.com/node-modules/git-pre-hooks/blob/master/hooks/pre-commit#L59 i don't think it's necessary of printing error stack info . i'd like custom error info.
### Vue version 3.4.* ### Link to minimal reproduction https://play.vuejs.org/#eNp9U11P2zAU/StX0aS0UpVoH0/QdmOIByYE09ieCJrS1GkNqR3ZTltU5b/vXDsJBTGe4txzfL98ziE6q+tk24joJJrawsjakRWuqeeZkptaG0cHMqKklkqjNxSDGg8QnetN3QFJyj+cKj7NVKbSlNxa4K5tKkfSks03gmRJhRG5w8nqCt8lGHnh5FaQXjyIwtHiiURZ4nRb6FqMnGnEOFOFVtZRXlU0435G8dnVVTxGpZ1US71LVpVe5AyCgihRpspGIbFWVKxztRKjMR0YACHZ5lUjArk/z2bkc9JXiq9vri9iOgmBTLU8zzQN68Fi8OPEpub28Uc0XTTOoc63opLF4yyLQsEsmofDNA2EQF6b8OV1pThO06Nk0SRyFrOWcpU8WK3wLL5p5ARdVsLc1DyTzaKTMA5jGEPvfvgYr2vSx4u1KB7fiD/YPcey6CeeR5gtWh0wl5uVcAG+uL0We5wHcKOXTQX2O+AvgYdtuMdA+96oJdo+4vluL72CpFr9thd7J5Tth+JGmdl6fhZBULyp/43+3O7n5Iu/h/fCFnsxvqdrXmkDCU5YURNCnvPGGKHcJbSWq0Ig2wvZQ1THOnwhPS/6Sjhk9eCQfQThzeZ0dz8+ZVXCFx2DZcxRRKSLLelHbw8GYRc2HRzBWUPNSlr3CdeGvBQS+1VwYSZ4vBc16qEgEQp02F2SJM/4PROOqu/WAmbp6vdlQhOogAxJo+xalm40+AYzMWiwWqM8B3to2ZeI953LYZ2zN5Y8YvaRWzE4VLnu7dpfTmqj90/Jh1KbQvypl/CLv4n3fs+aS7md+xa7M7cI+Ry6dbYtTVOOd5TXTu6agZWPC7809HD/lZcJMvy7FYalDRlCn8nnj1H7DwTt0sM= ### Steps to reproduce 1, click `change` 2, check the list output 3, click `forceUpdate` can show the real value...