voxel51/fiftyone

[FR] Replace yarn for pnpm

Open

#4,513 建立於 2024年6月19日

在 GitHub 查看
 (0 留言) (2 反應) (0 負責人)Python (4,021 star) (400 fork)batch import
featuregood first issue

描述

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

貢獻者指南