Chris Manson
Chris Manson
also for the record setting `DEBUG=ember-cli:watcher` is just a way to show extra debug output, it should not affect any functionality
@amiarSlimane its probably worth doing one and then the other, rather than doing both at the same time. i.e. v2 addon still with tooltip.js and then another later release migrating...
@SergeAstapov yes if you update it to a `^` everywhere, I would merge that 👍 I wasn't confident enough to merge your other PR because I didn't have a real...
> suggestion: configure the languages to load in `config/environment.js`. This way we only load the required language grammars. what is the alternative? does it load all of them?
in that case I wouldn't consider this a blocker, we can fix it as an optimisation later. I wouldn't be comfortable limiting the languages on the api-docs unless we had...
So a few things here: I'm not exactly sure it doesn't crash if the language doesn't exist. I had to do a process in https://github.com/ember-learn/ember-jsonapi-docs/pull/137 that stripped the language `no-highlight`...
so to be honest I think there was too much stuff included in the last release 🤔 I didn't expect anything other than `fastboot-app-server` to be released since it's downstream...
@kategengler I added the examples to explain what will happen with Typescript. We probably need to not call these things "feature flags" in the code because it is implying that...
I've just confirmed what @patricklx says, this does work when the Inspector is open 👍 🎉
I just tried this locally and it didn't work 😞 I tried it on master and on this branch (rebased on master) and I got the following error: ``` ➜...