Dan Vanderkam

Results 307 issues of Dan Vanderkam

The docs explain how to use `every-ts bisect run` to find the commit that _broke_ something, but sometimes you want to find the commit that _fixed_ an issue. Case in...

### Bug Report Checklist - [X] I have tried restarting my IDE and the issue persists. - [X] I have pulled the latest `main` branch of the repository. - [X]...

status: accepting prs
type: bug

### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22preset+config+change%22+) and found none that match my proposal. - [X]...

documentation
accepting prs

- [ ] Stray `////` in [ch-generics/template-dsl.md](https://github.com/danvk/effective-typescript/blob/main/samples/ch-generics/template-dsl.md) - [ ] Line under title strikes through cover image in `index.md`

Run `git webdiff`. Change a diff setting like `-w`. Reload the page. Your setting is gone. It should persist.

bug

For a diff with many files, it would be nice to be able to hit t to navigate to a file, just like on GitHub.

enhancement

If you try to diff a 100MB file at HEAD, `git difftool` will create one copy and one symlink. To run a directory diff, webdiff will make a new directory...

enhancement

I probably forgot to remove this when changing from a template literal string to a JSX.

bug

Diffing minimized JSON files is annoying. If webdiff detects that a JSON file is a single, long line, it would be helpful if it offered to diff the pretty-printed versions...

The diffhunk selection from #200 is functional but leaves a bit to be desired: - Deleted diffhunks show a selection line both above and below the diffhunk (should only be...