voxel51/fiftyone

[FR] Replace yarn for pnpm

Open

#4513 opened on Jun 19, 2024

View on GitHub
 (0 comments) (2 reactions) (0 assignees)Python (4,021 stars) (400 forks)batch import
featuregood first issue

Description

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

Contributor guide