Mehul Kar

Results 104 issues of Mehul Kar

The explanation of this PR is given in an ["ecosystem cleanup"](https://github.com/43081j/ecosystem-cleanup/issues/20) effort. My role is to do the grunt work to make progress on this effort, so my understanding of...

### Discussed in https://github.com/vercel/turbo/discussions/5647 Originally posted by **Tobjoern** July 31, 2023 From my current view, turbo-ignore returns the exit code '1' is a proejct changed, and '0' if it didn't....

pkg: turbo-ignore
owned-by: turborepo

Fixes #6677 Closes TURBO-1836

owned-by: turborepo
created-by: turborepo

Closes TURBO-1995 Failed Approaches: - https://github.com/vercel/turbo/pull/6897 (`process.isTTY` is `false`) - https://github.com/vercel/turbo/pull/6898 (didn't follow this one through) - https://github.com/vercel/turbo/pull/6896 (stopped b/c command-group)

owned-by: turborepo
created-by: turborepo

Closes TURBO-2150

owned-by: turborepo
created-by: turborepo

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Priority 2
Release 9.x

I generated a new project with `napi new` and see that the `src/lib.rs` has: ```rs #[macro_use] extern crate napi_derive ``` I'm a Rust beginner, so searching for what this means,...

The link-no-rel rule fails if one does not specify both `rel="noopener noreferrer"`. The docs say that `noreferrer` is to account for Firefox prior to 52: https://github.com/ember-template-lint/ember-template-lint/blob/v1.13.0/docs/rule/link-rel-noopener.md Not sure if worth...

enhancement

Hello! I'm taking a stab at some "[ecosystem cleanup](https://github.com/43081j/ecosystem-cleanup)" shepherded by someone else[^1]. [One of those issues](https://github.com/43081j/ecosystem-cleanup/issues/16) is to remove `deep-equal` from this library as it has 18 dependencies. I...

In an ember app with `config/targets.js` exporting this: ```js module.exports = { esmodules: true } ``` `ember-auto-import@2` is not able to build the app. The issue seems to be that...