Use URL-based std/path import to unblock remote execution and clarify TLS whitelist domains#118
Draft
spacemeowx2 with Copilot wants to merge 6 commits into
Draft
Use URL-based std/path import to unblock remote execution and clarify TLS whitelist domains#118spacemeowx2 with Copilot wants to merge 6 commits into
spacemeowx2 with Copilot wants to merge 6 commits into
Conversation
Co-authored-by: spacemeowx2 <8019167+spacemeowx2@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix issue identified in #110
Resolve remote-run dependency error by replacing Feb 28, 2026
@std/path package import with URL import
Co-authored-by: spacemeowx2 <8019167+spacemeowx2@users.noreply.github.com>
Co-authored-by: spacemeowx2 <8019167+spacemeowx2@users.noreply.github.com>
Copilot
AI
changed the title
Resolve remote-run dependency error by replacing
Switch Feb 28, 2026
@std/path package import with URL import@std/path re-export to URL import for remote deno run compatibility
Co-authored-by: spacemeowx2 <8019167+spacemeowx2@users.noreply.github.com>
Co-authored-by: spacemeowx2 <8019167+spacemeowx2@users.noreply.github.com>
Copilot
AI
changed the title
Switch
Use URL-based std/path import to unblock remote execution and clarify TLS whitelist domains
Feb 28, 2026
@std/path re-export to URL import for remote deno run compatibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remote
deno runusage was failing due to module resolution/certificate-chain issues in constrained environments. This change keeps runtime behavior intact while removing the package-specifier edge case and documenting the exact network domains required for successful dependency fetches.Dependency resolution hardening
pathre-export indeps.tsfromjsr:@std/pathto pinned URL import ondeno.land/std.Operational clarity for
UnknownIssuerenvironmentsraw.githubusercontent.comdeno.landjsr.io✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.