voxel51/fiftyone

[FR] Replace yarn for pnpm

Open

#4513 aperta il 19 giu 2024

Vedi su GitHub
 (0 commenti) (2 reazioni) (0 assegnatari)Python (400 fork)batch import
featuregood first issue

Metriche repository

Star
 (4021 star)
Metriche merge PR
 (Merge medio 4g 14h) (185 PR mergiate in 30 g)

Descrizione

Proposal Summary

Replace yarn for pnpm as node package manager

Motivation

  • What is the use case for this feature? Use pnpm instead of yarn on plugin development
  • Why is this use case valuable to support for FiftyOne users in general?
    1. Pnpm saves space by creating symlinks to the dependency management, saving developer disk space
    2. pnpm takes does not re-download a dependency that was already installed
  • Why is this use case valuable to support for your project(s) or organization? pnpm reduces the time to download dependencies and saves space
  • Why is it currently difficult to achieve this use case? pnpm motivation

What areas of FiftyOne does this feature affect?

  • App: FiftyOne application
  • Core: Core fiftyone Python library
  • Server: FiftyOne server

Details

Use this section to include any additional information about the feature. If you have a proposal for how to implement this feature, please include it here.

Willingness to contribute

The FiftyOne Community welcomes contributions! Would you or another member of your organization be willing to contribute an implementation of this feature?

  • Yes. I can contribute this feature independently
  • Yes. I would be willing to contribute this feature with guidance from the FiftyOne community
  • No. I cannot contribute this feature at this time

Guida contributor