Results 96 comments of Sergey Vohmyanin

As for temporary solution I modified formatter to output linux style paths (via /), and it works

@RichardBradley for example https://github.com/eslint-community/eslint-formatter-codeframe/blob/main/index.js#L33 replaced with ```js let relPath = path.relative(process.cwd(), filePath) .replaceAll(path.sep, path.posix.sep); ```

@tal-ladi What can i do if I don't want nbsp and floating label? I want simple empty control

try moduleMapper ` '^uuid$': require.resolve('uuid'),` instead of adding to transformignore

See angular-cache tests. In case promise stored in cache it also returns as promise till it resolved. Reassign v variable in this case and return breaks original data in promise...

See this parts of angular source ``` if (cache) { cachedResp = cache.get(url); if (isDefined(cachedResp)) { if (isPromiseLike(cachedResp)) { // cached request has already been sent, but there is no...

When merge please see my (comment)[https://github.com/jmdobry/angular-cache/issues/224#issuecomment-282945075] which may be fix https://github.com/jmdobry/angular-cache/issues/224

@jorgebucaran Can you approve it and publish? I have some issues with it in my CI, because output seems too large for recurse implementation