Maël Nison

Results 100 issues of Maël Nison

The `react-native` package has peer dependencies on `react`, which means that `react-native-orientation` also depends on it.

This PR implements lazy commands, as described in #151. Of note, I didn't go the road I initially described in https://github.com/arcanis/clipanion/issues/151#issuecomment-1750341951. I was worried the implementation would be very complicated...

When writing large CLI application, we find ourselves in a pickle. Let's say we have commands similar to: ```ts import something from './lib/something'; import somethingElse from './lib/somethingElse'; export class MyCommand...

(Note: this issue is cloned from https://github.com/nodejs/node/issues/34579 as it likely has to do with the libuv) * **Version**: Node 12.x, 14.x, 15.x * **Platform**: OSX 10.15 ### What steps will...

not-stale

### 📋 Description The `package.json` files accepts a [`packageManager`](https://nodejs.org/api/packages.html#packagemanager) field that is used by [Corepack](https://github.com/nodejs/corepack) to install and select the right package manager for the right project. Ref https://github.com/badges/shields/issues/7515; since...

good first issue
service-badge

I noticed my extensions defined in `extensions.json` were not installed when rebuilding the codespace. Instead, I have to duplicate them into `devcontainer.json`. It'd be nice if this list could be...

containers
feature-request

| Q                       | A | ------------------------ | --- | Fixed Issues? | Fixes #10355 | Minor: New Feature? | Yes | Tests Added + Pass? | Yes | Documentation PR...

PR: New Feature :rocket:

The lockfile hydration code is trying to unify similar lockfile entries: ``` "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: ansi-regex "^5.0.1" ``` However, when this file is...

**What package is covered by this investigations?** VSCode **Describe the goal of the investigation** Pressing Command+Click on a symbol coming from a packed archive yields an error, because VSCode doesn't...

help wanted
case study

**No intent to merge this experiment for now; I just want to prevent accidentally removing the branch.** The goal of this experiment is to check whether we could make installs...