Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarto-related issue tracker #115

Closed
31 of 64 tasks
ravicodelabs opened this issue Oct 20, 2023 · 1 comment
Closed
31 of 64 tasks

Quarto-related issue tracker #115

ravicodelabs opened this issue Oct 20, 2023 · 1 comment

Comments

@ravicodelabs
Copy link
Contributor

ravicodelabs commented Oct 20, 2023

Sections

  • Instructions - How to use this issue tracker
  • Issue Template - Copy/paste from here to "Open Issues" and edit to add an issue
  • Open Issues - Add/update open issues here
  • Closed Issues - Move any resolved issues here

Instructions

This issue is being used to track the status of any issues that have a dependency on Quarto, e.g. issues that require a modification be made to Quarto. The tracker is open for anyone's input. Please feel free to edit this post directly to update the status of an issue, or add new such issues using the provided template. If you don't have write access to this post, feel free to leave a comment (so someone else can edit this post) or request access to edit directly. Thanks!


Issue Template

Please use (copy/paste) the below template for new issues:

Issue Name:

Issue Date:

Issue Details

Links to related Quarto Issues, Pull Requests, Commits, etc.

Status Checklist

  • Identified issue depends on a Quarto dependency and added to the tracker here.
  • Issue filed with Quarto via their GitHub. (Add relevant links above.)
  • The issue has been fixed on the Quarto side. (Add relevant links above.)
  • If relevant, a temporary fix has been implemented.
  • The fix has been included in a Quarto release or pre-release.
  • The JEDI website was tested with the newer Quarto release or pre-release.
  • We have updated the JEDI website to a newer Quarto release and the issue is now addressed.
  • Any remaining related cleanup tasks (e.g. removing temporary fixes that are no longer needed) have been completed.

Open Issues

Add new issues here by editing this section.

Issue Name: Footer section bar missing

Issue Date: 3/24/23

Issue Details

The horizontal bar which separates the footer is missing on the "Activites" pages.

A fix for this was just added on the Quarto side: quarto-dev/quarto-cli#4982, so we can switch over to this as soon as it is included in a release.

For now, PR #79 (merged) provides a temporary workaround.

Links to related Quarto Issues, Pull Requests, Commits, etc.

Status Checklist

  • Identified issue depends on a Quarto dependency and added to the tracker here.
  • Issue filed with Quarto via their GitHub. (Add links to any issue(s) above.)
  • The issue has been fixed on the Quarto side. (Add links to any PRs/commits above.)
  • If relevant, a temporary fix has been implemented. (Add links to any PRs/commits above.)
  • The fix has been included in a Quarto release or pre-release.
  • The JEDI website was tested with the newer Quarto release or pre-release.
  • We have updated the JEDI website to a newer Quarto release which includes the fixed issue.
  • Any remaining related cleanup tasks (e.g. removing temporary fixes that are no longer needed) have been completed.

Issue Name: Transition to Quarto built-in solution for GitHub "Edit this page" links

Issue Date: 1/19/23

Issue Details

Currently, Quarto couples its table of contents feature (toc) with its GitHub "Edit this page" feature. Since we don't always use a toc, there isn't a straightforward way for us to have the "Edit this page" link on each page. And, the placement of the "Edit this page" link is also restricted because of this coupling.

As a workaround, we created a post-render script render_scripts/github_link_insertion.ts to insert the GitHub links. Once the Quarto project adds the appropriate functionality in, we can transition to a Quarto built-in solution rather than maintain the render script approach.

Links to related Quarto Issues, Pull Requests, Commits, etc.

Status Checklist

  • Identified issue depends on a Quarto dependency and added to the tracker here.
  • Issue filed with Quarto via their GitHub. (Add links to any issue(s) above.)
  • The issue has been fixed on the Quarto side. (Add links to any PRs/commits above.)
  • If relevant, a temporary fix has been implemented. (Add links to any PRs/commits above.)
  • The fix has been included in a Quarto release or pre-release.
  • The JEDI website was tested with the newer Quarto release or pre-release.
  • We have updated the JEDI website to a newer Quarto release which includes the fixed issue.
  • Any remaining related cleanup tasks (e.g. removing temporary fixes that are no longer needed) have been completed.

Issue Name: Getting a GitHub API error with netlify-plugin-quarto

Issue Date: 2023

Issue Details

The netlify-plugin-quarto plugin is meant to streamline the deploying of the website to Netlify, but is sometimes giving a GitHub API error. For the time being, a temporary fix is in place which just uses a shell script to download and install Quarto on the Netlify servers whenever deploying.

Links to related Quarto Issues, Pull Requests, Commits, etc.

Status Checklist

  • Identified issue depends on a Quarto dependency and added to the tracker here.
  • Issue filed with Quarto via their GitHub. (Add relevant links above.)
  • The issue has been fixed on the Quarto side. (Add relevant links above.)
  • If relevant, a temporary fix has been implemented.
  • The fix has been included in a Quarto release or pre-release.
  • The JEDI website was tested with the newer Quarto release or pre-release.
  • We have updated the JEDI website to a newer Quarto release and the issue is now addressed.
  • Any remaining related cleanup tasks (e.g. removing temporary fixes that are no longer needed) have been completed.

Issue Name: Twitter card description content is not being included in website HTML source

Issue Date: 2023

Issue Details

Links to related Quarto Issues, Pull Requests, Commits, etc.

Status Checklist

  • Identified issue depends on a Quarto dependency and added to the tracker here.
  • Issue filed with Quarto via their GitHub. (Add relevant links above.)
  • The issue has been fixed on the Quarto side. (Add relevant links above.)
  • If relevant, a temporary fix has been implemented.
  • The fix has been included in a Quarto release or pre-release.
  • The JEDI website was tested with the newer Quarto release or pre-release.
  • We have updated the JEDI website to a newer Quarto release and the issue is now addressed.
  • Any remaining related cleanup tasks (e.g. removing temporary fixes that are no longer needed) have been completed.

Issue Name: Bootstrap variable for pagination color is getting overwrriten

Issue Date: 2023

Issue Details

Links to related Quarto Issues, Pull Requests, Commits, etc.

Status Checklist

  • Identified issue depends on a Quarto dependency and added to the tracker here.
  • Issue filed with Quarto via their GitHub. (Add relevant links above.)
  • The issue has been fixed on the Quarto side. (Add relevant links above.)
  • If relevant, a temporary fix has been implemented.
  • The fix has been included in a Quarto release or pre-release.
  • The JEDI website was tested with the newer Quarto release or pre-release.
  • We have updated the JEDI website to a newer Quarto release and the issue is now addressed.
  • Any remaining related cleanup tasks (e.g. removing temporary fixes that are no longer needed) have been completed.

Issue Name: Accessibility - Incorrect ordering of navigation/header for screen reader

Issue Date: 2023

Issue Details

See Quarto issue linked below for details.

Links to related Quarto Issues, Pull Requests, Commits, etc.

Status Checklist

  • Identified issue depends on a Quarto dependency and added to the tracker here.
  • Issue filed with Quarto via their GitHub. (Add relevant links above.)
  • The issue has been fixed on the Quarto side. (Add relevant links above.)
  • If relevant, a temporary fix has been implemented.
  • The fix has been included in a Quarto release or pre-release.
  • The JEDI website was tested with the newer Quarto release or pre-release.
  • We have updated the JEDI website to a newer Quarto release and the issue is now addressed.
  • Any remaining related cleanup tasks (e.g. removing temporary fixes that are no longer needed) have been completed.

Issue Name: Accessibility - search button taking too many turns on screen reader

Issue Date: 2023

Issue Details

See Quarto issue linked below for details.

Links to related Quarto Issues, Pull Requests, Commits, etc.

Status Checklist

  • Identified issue depends on a Quarto dependency and added to the tracker here.
  • Issue filed with Quarto via their GitHub. (Add relevant links above.)
  • The issue has been fixed on the Quarto side. (Add relevant links above.)
  • If relevant, a temporary fix has been implemented.
  • The fix has been included in a Quarto release or pre-release.
  • The JEDI website was tested with the newer Quarto release or pre-release.
  • We have updated the JEDI website to a newer Quarto release and the issue is now addressed.
  • Any remaining related cleanup tasks (e.g. removing temporary fixes that are no longer needed) have been completed.

Closed Issues

Please move any closed issues here.

@ravicodelabs
Copy link
Contributor Author

We are retiring this aggregate issue tracker in favor of using individual issues. Below are a few additional notes:

  • Issue Name: Twitter card description content is not being included in website HTML source
    • Since we are no longer using the embedded X/Twitter feed as of today, this is no longer relevant for us and can be closed.
  • Issue Name: Footer section bar missing
    • This has been fixed by Quarto and is available with Quarto v1.4.555.
  • Issue Name: Bootstrap variable for pagination color is getting overwrriten
    • This has been fixed by Quarto and is available with Quarto v1.4.555.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant