Boris Petrov
Boris Petrov
That is, in addition to having `CoffeeLint's` output in my console when I run `ember server`, I would also like to have tests generated and be able to run them...
**Plugin version** 1.4.0 **Gradle version** 7.4.2 **Describe the bug** Running `buildHealth` on my project leads to the following deprecation warning in the `explodeCodeSourceMain` and `explodeCodeSourceTest` tasks: ``` > Task :subproj:explodeCodeSourceMain...
Hello, is it possible to synchronize only `clipboard` to `primary` and not the other way around? I want this as I don't want selecting some text in the browser to...
Using delta 0.13.0. I have this in my `.gitconfig` file: ``` [interactive] diffFilter = delta --color-only ``` Which worked great when using `git add -p`. Since version 2.37.0 of git,...
I stumbled upon [Graphtage](https://github.com/trailofbits/graphtage) and found it a cool idea. It would be nice if `delta` could integrate it (and other projects like it - "semantic diffs") for specific file...
Not sure if the title is right. I have the following in my main `build.gradle` file: ```gradle plugins { id 'checkstyle' } allprojects { apply plugin: 'checkstyle' dependencies { checkstyle...
[Here is a reproduction](https://github.com/boris-petrov/ember-cli-postcss-7-bug/tree/cssnano). Note that this is a branch in the repo, the `master` branch is for a [different](https://github.com/jeffjewiss/ember-cli-postcss/issues/725) issue. Using `cssnano` doesn't work at all with ` ember-cli-postcss`...
Importing [global](https://github.com/ebryn/ember-component-css/blob/v0.7.4/app/initializers/component-styles.js#L3) Ember is deprecated in Ember 3.27 and will be removed from Ember 4. P.S. [Reopening](https://github.com/ebryn/ember-component-css/blob/v0.7.4/app/initializers/component-styles.js#L8) `Ember.Component` also.
### Which package(s) does this enhancement pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...