Sergey Zolotarev

Results 38 issues of 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,...

windows

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...

question

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...

c:e:tmux
t:needs information

### 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...

C-bug

### 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...

status-wait-for-answer

### 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() {...

enhancement
help wanted
PR welcome

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

enhancement