Steve Dignam

Results 76 issues of Steve Dignam

This [issue](https://github.com/neovim/neovim/issues/4696) has some more info regarding neovim terminal colors.

Thanks for the project, it's been super useful! I was wondering if you'd be open to adding types to the repo to support https://www.python.org/dev/peps/pep-0561/#packaging-type-information

I think it would be nice if `prettydiff` could receive data via stdin. Example: cat test.js | prettydiff

Enhancement
API
I need help

I saw https://github.com/encoredev/encore/issues/118 which is very similar / the same issue, but the current error message isn't great ``` ❯ encore gen client testaug5-atf2 --lang=typescript error: could not fetch API...

bug
good first issue
hacktoberfest

I'm going through the tutorial and got to the database section: > Before running your application, make sure you have [Docker](https://www.docker.com/) installed and running. It's required to locally run Encore...

Basically I wanted to click on the package icon on and have it collapse all the changes for that package. related: https://github.com/marchof/java-almanac/issues/45#issuecomment-849419681

enhancement

#### Example Output ``` $ markdown-pdf example.md events.js:160 throw er; // Unhandled 'error' event ^ Error: ENOENT: no such file or directory, open 'example.md' at Error (native) ``` Exit status...

## PR Checklist - [x] Addresses an existing open issue: fixes https://github.com/typescript-eslint/typescript-eslint/issues/702 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/typescript-eslint/typescript-eslint/blob/main/CONTRIBUTING.md) were taken ## Overview...

awaiting response

With `ignoreUnsafeChildren` enabled, this rule will only warn about useless fragments that removing would guarantee no change in behavior. addresses some of: https://github.com/yannickcr/eslint-plugin-react/issues/2584