Bert De Block

Results 232 comments of Bert De Block
trafficstars

I think this should either be `Copyright (c) 2011` or `Copyright (c) 2011-2022`. I don't think `Copyright (c) 2022` is what we want.

@lukemelia I know this issue is very old, but if you have some time, would you mind checking if this issue still exists?

Also, just noticed that this sends every file to every `lint:*:fix` script, which results in (parsing) errors. E.g. `.js` files are sent to `ember-template-lint` and `.hbs` files are sent to...

I understand/acknowledge the motivation behind this PR, but I'm not convinced that this is the right solution. Admittedly, I'm not sure what the right solution would be here, but personally,...

This was discussed during the CLI meeting. Everyone agreed that the current state is not ideal, but we also felt that the proposed solution would be to invasive/questionable for apps...

One other "alternative" could be to have this functionality disabled by default and have users opt-in instead, but I assume we would need more community feedback on this before making...

Also made a suggestion on Discord to improve the current situation a bit feedback-wise: https://discord.com/channels/480462759797063690/480501885837770763/1025092185839894578

Setting `lintFix` to `false` would indeed disable the entire functionality, though normally, the official blueprints should already be formatted properly (unless your linting/formatting rules deviate heavily from what's in the...

I've been testing this out locally, and I think it should be fairly easy to make `--port 0` the default, but still have `ember s` pick `4200` first. Will try...

Not 100% sure, but I would think so yes.