Dmitry Gurovich

Results 22 issues of Dmitry Gurovich

Having publishConfig with hardcoded global registry makes impossible to upload this package to custom local offline mirrors (usually used by companies): ``` "publishConfig":` { "registry": "https://registry.npmjs.org/" } ``` Removing it...

Please make "key not found" behavior configurable. For example, I'd like to see the missing key instead of not very helpful %%KEY_NOT_FOUND%%

### 🐛 Bug Report - `tslint-to-eslint-config` version: 2.3.0 - ESLint version: 7.24.0 #### Actual Behavior ```json "variable-name": [ true, "ban-keywords" ] ``` is converted to ```json "id-blacklist": [ "error", "any",...

status: accepting prs
good first issue
area: incorrect converter

Add proxyUrl setting example to the `particle config` command usage

Given that dropbox sync used, next case may lead to partial data lose: 1 alter database on android but not uploaded (don't sync) 2 alter database with PC client 3...

### History (Commits) view ![image](https://github.com/refined-github/refined-github/assets/816805/ad398d50-6dd6-48dc-964c-4aaed2a7e3a2) #### Example URLs https://github.com/refined-github/refined-github/commits/main/ --- ### Commit details header ![image](https://github.com/refined-github/refined-github/assets/816805/137993bb-af89-4c03-97d2-287766bf8ec8) #### Example URLs https://github.com/refined-github/refined-github/commit/0bff395e209f29841b89a1b12a8cb2ae213f5790 --- ### Actions run results ![image](https://github.com/refined-github/refined-github/assets/816805/e13e30bd-0f0c-4e95-b459-132cccf19dd8) #### Example URLs https://github.com/refined-github/refined-github/actions ---...

enhancement
help wanted
small

I propose to add some flexibility to this rule by optionally allowing callbacks which already have some or all of the required arguments. Current rule description example: > The unicorn...

enhancement
evaluating

Trying to use a query: `StringLiteral[text=/\/aaa/]` to find a line like: `var s = "/aaa";` Fails with: "SyntaxError: Invalid regular expression: /\/: \ at end of pattern"

I see that statevis.js is using d3 but package.json's dependency is empty. Should not it be there?

Fixes relative path usage which was resolved to the user folder (~), (very unexpected behavior) This fix allows 3 cases for protolint.path config: - empty or default `protolint` (used as-is)...