Ben Mosher

Results 39 comments of Ben Mosher

This, please. 👍 Otherwise, it is difficult to ensure the desired version of react-tools is used for the JSX load, as npm will install the most current version, which may...

`multiprocessing` allows multiple `join`s, but this library calls `close` inside `join` [here](https://github.com/celery/billiard/blob/main/billiard/process.py#L147). I think it should not, but this line of code is 8 years old! or maybe it should...

I'll see your CoffeeScript support request, but raise you an abstraction: how about jumping to the "original" file if a source map is present? Would support CoffeeScript, min'd libs, etc....

What about OAuth? https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-oauth-authentication I'd like to use this, but I'm not in love with putting any plaintext passwords anywhere.

I took a look around. I think the API client for this could pretty easily take an OAuth token, but it looks like someone would need to register an OAuth...

@ljharb why is this a breaking change if `require.resolve` is part of CommonJS? feels semver minor to me, in that it is sortof a bugfix, but broad enough that it...

fair enough, I guess can just try to make the note to bump it to on-by-default in v3.

Honestly, it's been ages since I've looked at that file. I am not sure if that block is even needed. I think it may be a vestige from a time...

I honestly only vaguely remember. I want to say that I was just trying to be helpful and cover bases because I ran into a situation where the linted code...

Ah cool! It actually used to do this back in v0.x or v1, but I removed it for efficiency and to narrow the scope. I will have to think about...