Robert Kieffer

Results 120 comments of Robert Kieffer

More breadcrumbs ... Removing the `declare let process` type declaration from `index.ts` also appears to fix the problem. I.e., so index.ts looks like this: ```ts window.onload = function () {...

FWIW, both `mime` and `mime-types` have historically only done minor-version bumps when their `mime-db` dependency changes. I suspect this is mostly because that's all `mime-db` has ever done (minor releases)....

For those of you annoyed by the comment-spam of `tsc --init`, @RyanCavanaugh's [`tsc-init` wizard](https://ryancavanaugh.github.io/tsc-init/#) may be of interest. It asks the salient questions, then generates a comment-less config file as...

@camrionnvmff Thanks for the input, but I don't see how any of what you're suggesting would seem to apply here. Specifically: * Not using Docker is not an option. (Large,...

FWIW, my suspicion is this is caused by a race condition of some sort, where `yarn` is creating the "source" file, and then attempting to create a hard link for...

Quick breadcrumb comment ... I reached out to Yarn support on discord, and @arcanis responded with the following: > I don't have much time atm to dig into this, but...

> it's a feature request Fair enough. > Do you want to submit a pull request for this? "want to"? yes. "able to"? Not so much at the moment. I'll...

Please reopen. This is still an issue. attn: @devongovett ``` $ npm i parcel@latest npm warn deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library...

It'd be nice if the error message gave some idea of the state of the install as well. Did the install succeed? Succeed, but with incomplete / incorrect dependency resolution?...

@lukekarrys: Would you be open to a PR for this? Any opinions about what the name of the CLI should be?