vlascik

Results 46 comments of vlascik

same thing here, when I disabled check at `index.js` -> `treeForVendor()` (line 82) ``` var folder = ( Number( process.version.match( /^v(\d+)/ )[1] ) >= 5 ) ? this.name : '../';...

@jdhines i think this addon is abandoned, there were no major fixes for at least a year, in the end i just gave up and used ember-bootstrap + bunch of...

How about adding a function to backup the system's current explorer.exe. After a new version without Taskbar10 gets shipped, just ask to overwrite it from a backup. License-wise, it's a...

> @vlascik Nuh uh. It's not as modular as you thought. It seems to be. Saw this video yet? https://www.youtube.com/watch?v=52YV657Rd1Q

So does this help, how faster is it so far? Btw, have you seen https://medium.com/@david.aurelio/medium-fast-source-map-generation-for-react-native-ea5549007c18 ? A write-up on how React got their sourcemap generation down from 3s to 0.5s....

5s -> 250ms is pretty awesome, great job. I just realized fast-sourcemap-concat still uses Mozilla's source-map for some reason... that's a shame, fixing sourcemaps could really help with Ember's rebuilds....

There is now a fork of this addon at https://plugins.jetbrains.com/plugin/24528-tabdir-redux , should be approved in 2 days. The repo is at https://github.com/vlascik/Tabdir. This exception should be fixed there. I also...

`node p:\Git\ember-no-implicit-this-codemod\bin\cli.js http://localhost:4200/ app/**/*.hbs` `nav/*`components come from the app, `liquid-modal` comes from `liquid-fire` addon (https://github.com/ember-animation/liquid-fire-core/blob/master/app/templates/components/liquid-modal.hbs)

Thanks for fixing these, could you please release to npm too? Thank you.