Dan Vanderkam

Results 308 issues of Dan Vanderkam

Something I've noticed over a few happy years of using git-helpers: if I'm in a virtualenv and run `gln`, it fails unless I also run `pip install python-dateutil` inside the...

For example, in the tensorflow repo, I should be able to run: ``` github google/protobuf/README.md ``` and have it open `README.md` from the `google/protobuf` repo at the appropriate commit.

Looks like the assumption [here](https://github.com/ryan-williams/git-helpers/blob/8e8712e4ffe4ea0dac2a5de8c87d9e7313f7d023/util/github.py#L22) is incorrect: ``` $ github pileup/README.md Traceback (most recent call last): File "/Users/danvk/github/git-helpers/github/github", line 56, in repo_url = github.make_github_url(remote) File "/Users/danvk/github/git-helpers/util/github.py", line 22, in make_github_url...

bug

I'd be cool sending anonymous-ish data on how I use `git` and `git-helpers` if you'd care to track it. It would be useful to have some kind of notion of...

In IDEs, blocks are often associated with folding. For example in VS Code: Unfolded: Folded: Is there support for folding in BlockNote? Has anyone built this feature on top of...

enhancement
prio:low

## PR Checklist - [x] Addresses an existing open issue: fixes #3729 - [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](https://typescript-eslint.io/contributing) were taken ## Overview...

enhancement: new plugin rule

Here's a jsbin demonstrating the issue: https://jsbin.com/bafewapela/edit?html,console,output The GeoJSON spec [states](http://geojson.org/geojson-spec.html#feature-objects) that features may have a top-level id property: > If a feature has a commonly used identifier, that identifier...

feature :green_apple:

Using `createRef` in a function component is almost always a mistake because it will create a new ref on every render. Usually you want `useRef` (see [this discussion][1]). Since this...

question
new rule

### Bug Report Checklist - [X] I have pulled the latest `main` branch of the repository. - [X] I have [searched for related issues](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aissue) and found none that matched my...

type: feature
status: in discussion

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

type: bug
status: in discussion