pkl icon indicating copy to clipboard operation
pkl copied to clipboard

[fix] Add support for handling remote file URIs.

Open Carpe-Wang opened this issue 6 months ago • 5 comments

Summary

This PR adds support for handling remote file URIs within the project. It addresses the issue where the system could not correctly process URIs that point to remote files.

Changes

  • Implemented functionality to download remote files specified by file: URIs.
  • Added unit tests to verify the correctness of this new feature.

Issue Link

Fixes #616

Carpe-Wang avatar Aug 18 '24 21:08 Carpe-Wang