quarto-dev / quarto-dev/quarto-cli

Support proxy definition for fetch operation by using custom http client using proxy env var or flags to command line

Open
#5,515 17 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement extensions
Dominant language
JavaScript
Stars
6k
Forks
458
Avg merge
1d 9h
Merged PRs (30d)
41

Description

Bug description

I am attempting to install a quarto extension for section bibliographies into a Quarto Book project using PowerShell.
https://github.com/pandoc-ext/section-bibliographies#quarto

When I attempt to do so, I receive this error
image

My project has my company's http_proxy and https_proxy defined in the .Rprofile

It is not clear from quarto help how the user would verify quarto can see these proxy settings.

Checklist
  • Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
  • Please format your issue so it is easier for us to read the bug report.
  • Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
  • Please document the operating system you're running. If on Linux, please provide the specific distribution.
  • Please provide the output of quarto check so we know which version of quarto and its dependencies you're running.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the failing Quarto extension install command in PowerShell and the quarto help proxy-documentation gap; the issue names no files or tests, so locate the fetch operation and HTTP-client entry point first. Done means proxy environment variables or command-line flags work for the fetch and users can verify the active proxy settings.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, powershell
Domain
cli, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.