Rajasegar Chandran

Results 110 comments of Rajasegar Chandran

Let me check that, If it's an issue with iterm, I will add the warning. Thanks a lot for letting me know.

I don't understand the extra npm registry part, though this tool actually uses npm cli under the hood if it can be tweaked by npm then this tool can work...

I am looking for something like this https://github.com/nakaji-dayo/cyclic-router/tree/master/example But that is using an older version of cyclic-router I guess, the example need not to be as exhaustive like the above,...

@vindarel Thanks, and yes that was my goal, I kinda figured it out later to use `includes` ```lisp (mito:select-dao 'boxes (mito:includes 'warehouses)) ``` This works for my use case

@rwwagner90 Can you try this now, since we have made telemetry optional ``` npx github:ember-codemods/ember-angle-brackets-codemod --no-telemetry ./my-path ```

@samselikoff Just throwing it from the top of my head, will this help ```sh find ./app/pods -name "*.hbs" | xargs npx ember-angle-brackets-codemod http://localhost:4200 ``` I haven't tried it.

with input fixture like this the test fails ```js let input = ` {{foo-bar placeholder="Choose a \"thing\" here"}} `; ``` But if the input fixture has double slashes like this,...

@kategengler Out of curiosity, it is recommended not to use bare strings in templates right? Aren't you folks using any template-lint rules with `bare-strings` rule enabled.

@tylerturdenpants So the fix would be to just bump `ember-template-recast` to a new version , I assume