J Rob Gant
J Rob Gant
# 🚀 Feature request Don't remove the host element from the DOM when a test fails, nor when it is focused (`fit`/`fdescribe`). ### Command (mark with an `x`) - [x]...
Rules that apply to templates lowercase the file paths. (Perhaps only on macOS.) This makes [tools](https://github.com/SublimeLinter/SublimeLinter/issues/1665#issuecomment-535213408) trying to identify the location of the file not be able to do a...
### 🐛 Bug Report - `tslint-to-eslint-config` version: 2.1.0 - ESLint version: 7.18.0 - Node version: 12.18.0 #### Actual Behavior * tslint-to-eslint-config does not know the ESLint equivalent for TSLint's "prefer-method-signature"....
`ng add ng2-charts` results in an error: ``` Cannot find module '@angular/cdk/schematics' Require stack: - ~/.../demo-v14/node_modules/ng2-charts/schematics/ng-add/steps/add-ng2-charts-module.js - ~/.../demo-v14/node_modules/ng2-charts/schematics/ng-add/setup-project.js - ~/.../demo-v14/node_modules/@angular-devkit/schematics/tools/export-ref.js - ~/.../demo-v14/node_modules/@angular-devkit/schematics/tools/index.js - ~/.../demo-v14/node_modules/@angular/cli/src/commands/add/cli.js - ~/.../demo-v14/node_modules/@angular/cli/src/command-builder/command-runner.js - ~/.../demo-v14/node_modules/@angular/cli/lib/cli/index.js - ~/.../demo-v14/node_modules/@angular/cli/lib/init.js...
As far as I know this is valid SCSS/SASS: ``` /// Custom breakpoints /// @access public /// @param {String} $breakpoint - Breakpoint /// @param {String} $from - Defaults to "min-width"...
Sublime maps F5 to sort. But so does this plugin, and somehow now both are happening. .../Sublime Text 3/Packages/Default/Default (OSX).sublime-keymap ``` { "keys": ["f5"], "command": "sort_lines", "args": {"case_sensitive": false} },...
From list on MDN
##### **Overview of the issue** I get these warnings when building the docs: ``` > npx compodoc --tsconfig tsconfig.json --silent Compodoc v1.1.19 Warning: no hard-coded metrics for 'sans-serif'. Falling back...
Calling `DS#revert` on a js-data-jsonapi resource reverts some of the `$_JSONAPIMETA_` breaking relationships. More details to follow.
Basically if you use LoadRelations in a loop for the same relationship the first call is used for every future call. ``` js var commentsList = []; DS.findAll('reports').then(function (rpts) {...