Skip to content

Can't Load Gist #38

Open
Open
@dsanders11

Description

@dsanders11

GitHub switched the default branch for gists to main a while ago, but fiddle-core's built in gist loading will try to check out master.

Simple solution would be to use main when cloning the gist, but old gists will still be using master. Most robust solution is probably to port the code in Fiddle's src/renderer/remote-loader.ts and use Octokit to grab the gist instead of just git.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions