Sergey Zolotarev
Sergey Zolotarev
Is it possible to ignore indentation in comments? For example, the following is detected as 3-space indentation (this is from HTML5 Boilerplate): ``` css /* ========================================================================== Base styles: opinionated defaults...
When I execute a request http-prompt jumps to the response body, I can scroll up and down using j and k, but how to I see the headers above it...
Fix an issue with writing to files marked as hidden on Windows by passing the correct file attributes to `CreateFileW()`. As per [documentation](https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew): > If CREATE_ALWAYS and FILE_ATTRIBUTE_NORMAL are specified,...
Does this plugin work with babelify? (browserify plugin for babel) I've been trying to make it work but no luck, here is my Gulp task: ```js gulp.task('react', function() { const...
After you interrupt a command with Ctrl-C in Bash, you can't see what you type into the terminal - it won't display your input. But if you hit Enter, the...
### Describe the bug When I compile code that imports `react-ziggeo` with webpack or spack, it makes the Node process run out of memory. This happens only on Windows. When...
### Versions ConEmu build: ConEmu 210912 x64 OS version: Windows 10 Pro x64 10.0.19043 Build 19043 Used shell version: Git Bash ### Problem description When I use the "Terminate all...
### Subject of the issue When I run `pip install --user coursera-dl` or `pip3 install --user coursera-dl` the installation always fails due to a segmentation fault. I also had the...
- `prettier-eslint-cli` version: 5.0.1 - `prettier` version: 1.19.1 - `eslint` version: 5.16.0 Relevant code/config. ``` npm install --save-dev prettier-eslint ``` ```js import React from 'react'; export default function Component() {...
Add `type` property to all rules to support usage of eslint's `--fix-type` option Fixes #2618. Fixes #2039. Successor of this PR: https://github.com/yannickcr/eslint-plugin-react/pull/2619