question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for remote $refs

See original GitHub issue

Is your feature request related to a problem? Please describe.

Remote $ref are not resolved

Describe the solution you’d like

Remote $ref to be resolved

Describe alternatives you’ve considered

Remote $refs are downloaded and converted to local refs by an external component

Additional context

components:
  schemas:
    Problem:
      $ref: "https://opensource.zalando.com/problem/schema.yaml#/Problem"

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
ioggstreamcommented, Jul 24, 2020

Thank you very much 😃 These days I was attending EuroPython online edition and I shared your work with the community. Next week I’ll push some more tests. Thanks for your great work!

2reactions
koxudaxicommented, Jul 24, 2020

@ioggstream I don’t use your library because of cutting dependency. Also, I decide I don’t need it this phase.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git - The Refspec - Git SCM
The Refspec. Throughout this book, we've used simple mappings from remote branches to local references, but they can be more complex. Suppose you...
Read more >
git-push - Update remote refs along with associated objects
Updates remote refs using local refs, while sending objects necessary to complete the given refs. You can make interesting things happen to a...
Read more >
"git fetch" remote refs of remotes - Stack Overflow
Is there a way I can fetch the remote branches from a remote repository? # A: Create a repo with two branches >...
Read more >
Git Refs: What You Need to Know | Atlassian Git Tutorial
Refspecs. A refspec maps a branch in the local repository to a branch in a remote repository. This makes it possible to manage...
Read more >
Dealing with non-fast-forward errors - GitHub Docs
Sometimes, Git can't make your change to a remote repository without ... failed to push some refs to 'https://github.com/USERNAME/REPOSITORY.git' > To ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found