page_content stringlengths 0 46.9k | metadata dict |
|---|---|
I just discovered quarto and it looks like an amazing project! Is the current state of the project ready for general user feedback from those not in the dev team? I'm always eager to help :smile: | {
"assignee": null,
"comments": 1,
"created_at": "2021-07-30T15:17:38Z",
"creator": "rpodcast",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 71,
"state": "closed",
"title": "Appropriate time for user feedback?",
"url": "https://github.com/quarto-dev/quart... |
This may already exist, so please let me know if there is an easier way. Workbench team wanted more whitespace above the main content, and I wanted all the elements to stay aligned- this proved harder than I thought! It would be great if Quarto used a variable to control that top padding, which users could also grab on... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2021-07-29T22:58:06Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 70,
"state": "closed",
"title": "[FR] Quarto SASS variable to control padding of all non-navbar content",
... |
Hi-
Request from Workbench team to be able to plop the version of Quarto used to build the Admin Guide somewhere visible: https://github.com/rstudio/rstudio-pro/issues/2815
Something like the footer in pkgdown?
<img width="1413" alt="Screen Shot 2021-07-29 at 3 37 35 PM" src="https://user-images.githubuserconte... | {
"assignee": null,
"comments": 2,
"created_at": "2021-07-29T22:38:58Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 69,
"state": "closed",
"title": "[FR] Display Quarto version used to build projects",
"url": "https://github.com/... |
Hello (related to Workbench docs conversion)-
```
/*-- scss:defaults --*/
$navbar-bg: #fff;
```
I also tried: $navbar-light-bg. Is there a different variable that works here? No matter what I try to change I see:
<img width="1413" alt="Screen Shot 2021-07-29 at 11 06 17 AM" src="https://user-images.githubuser... | {
"assignee": "dragonstyle",
"comments": 5,
"created_at": "2021-07-29T18:09:12Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 68,
"state": "closed",
"title": "Bootstrap navbar-bg SASS variable does not work",
"url": "https://githu... |
Hello (related to Workbench docs conversion)-
I'm using Bootstrap SASS variables to change the way inline code looks:
```
/*-- scss:defaults --*/
$code-color: #702459;
$code-bg: #edf2f7;
```
The above works to change the text color of inline code (as intended), but the background color does not change.
... | {
"assignee": "dragonstyle",
"comments": 16,
"created_at": "2021-07-29T17:19:10Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 67,
"state": "closed",
"title": "Bootstrap code-bg SASS variable does not work",
"url": "https://github... |
The last Quarto version to work for me on Windows was v0.2.28. When I install v0.2.32 or v.02.34 and run `quarto check`, I get this error:

I get the same error on `serve`, `render`, and `preview`.
F... | {
"assignee": null,
"comments": 1,
"created_at": "2021-07-29T02:30:43Z",
"creator": "pommevilla",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 66,
"state": "closed",
"title": "Windows release not working",
"url": "https://github.com/quarto-dev/quarto-cli/... |
I updated the Quarto version in the Workbench Docker file to 0.2.34 and navbar title is no longer being printed out.
Here is the navbar render with v0.2.28:

And the navbar rendered with v0.2.34:
![... | {
"assignee": null,
"comments": 3,
"created_at": "2021-07-29T02:20:42Z",
"creator": "pommevilla",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 65,
"state": "closed",
"title": "Navbar doesn't render logo and title at the same time",
"url": "https://github.... |
Take this
````markdown
---
title: test
format:
revealjs:
slideNumber: 'c/t'
---
## slide 1
## Slide 2
````
It won't work as expected because Quarto is quoting and adding parenthesis `'(c/t)' `
````html
// Display the page number of the current slide
slideNumber: '(c/t)',
`... | {
"assignee": null,
"comments": 0,
"created_at": "2021-07-26T12:59:38Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 62,
"state": "closed",
"title": "revealjs quoting of some option is not correct",
"url": "https://github.com/quarto-d... |
Dear all,
I have just discovered Quarto and I am very excited by it, in particular as a way to enable students to render well formatted reports directly from notebooks, and as a way to work on scientific papers with a relatively simple way to pass journal templates to the project for rendering ( something to explore).... | {
"assignee": null,
"comments": 29,
"created_at": "2021-07-26T02:46:00Z",
"creator": "tomkom",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.3",
"number": 61,
"state": "closed",
"title": "Installing via Conda",
"url": "https://github.com/quarto-dev/quarto-cli/issues/6... |
Using command line I can do
````shell
pandoc --from markdown+emoji --to revealjs -s -o test.html test.qmd
````
Is this supporting in quarto ? I tried a few thing with odd result
Doing
```
---
format: revealjs
variant: +emoji
---
````
will lead to adding the extension to the `to` format
````
pan... | {
"assignee": null,
"comments": 2,
"created_at": "2021-07-23T16:39:02Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 60,
"state": "closed",
"title": "Passing non default extension to markdown input format ",
"url": "https://github.com... |
According to the revealjs docs on slide numbering (https://revealjs.com/slide-numbers/), I should be able to use the `slideNumbers` variable with any of these values:
Value | Description
-- | --
h.v | Horizontal . Vertical slide number (default)
h/v | Horizontal / Vertical slide number
c | Flattened slid... | {
"assignee": null,
"comments": 4,
"created_at": "2021-07-19T23:53:12Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 59,
"state": "closed",
"title": "Render revealjs with configured slide numbers",
"url": "https://github.com/quart... |
With a navbar defined by:
https://github.com/pommevilla/incog-workbench/blob/cb6673c6647518e54d33f903fd851777f801a328/_quarto.yml#L17-L26
```
navbar:
search: true
logo: images/RStudio-ball.svg
right:
- text: "Rstudio.com"
url: 'https://www.rstudio.com/'
- text: "Release No... | {
"assignee": null,
"comments": 2,
"created_at": "2021-07-19T22:08:16Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 58,
"state": "closed",
"title": "Vertically align search in top navbar with text",
"url": "https://github.com/qua... |
I found the follwing error when I render a qmd file which contains multibyte characters in `fig.cap` under non-English locale (`jp_JP.utf8`, Ubuntu 20.04 on WSL2).
```
quarto render reprex.qmd
...
Error in yaml::yaml.load(yaml, eval.expr = TRUE):
Scanner error: while scanning a quoted scalar at line 1, col... | {
"assignee": null,
"comments": 2,
"created_at": "2021-07-16T07:18:34Z",
"creator": "Gedevan-Aleksizde",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 57,
"state": "closed",
"title": "Figure caption error with multibyte characters and non-English locale",
... |
When I type `quarto serve help`, I get a bunch of information including: ` Serve but don't open a browser: quarto serve --no-browser`. But when I actually try the command, I'm told that the option is `--no-browse` (note the lack of 'r'). | {
"assignee": null,
"comments": 1,
"created_at": "2021-07-09T20:49:03Z",
"creator": "christine-e-smit",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 55,
"state": "closed",
"title": "small typo in command line help",
"url": "https://github.com/quarto-dev/q... |
Given a Quarto project with a single `index.md`:
````markdown
---
title: widelink
---
## level two
we will give a link to the `shiny_prerendered_app` function: <https://github.com/rstudio/rmarkdown/blob/1ea35758871f6246ace35dc87a7879153deea380/R/shiny_prerendered.R#L2-L3>
* a link to `html_dependency_hig... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2021-07-02T14:58:36Z",
"creator": "aronatkins",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 51,
"state": "closed",
"title": "TOC covers wide text",
"url": "https://github.com/quarto-dev/quarto-cl... |
Using a development Quarto build (a53ce3b8937f3e222628c79a3c97856a2d09be6b).
The Markdown file:
````markdown
---
title: "commands and logs"
---
Let's celebrate Wilco, shall we?
```bash
for i in yankee hotel foxtrot ; do echo $(date) $i ; done > data.log
```
Your `data.log` file should now look like:... | {
"assignee": null,
"comments": 2,
"created_at": "2021-06-30T17:24:13Z",
"creator": "aronatkins",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 49,
"state": "closed",
"title": "code blocks without language tags have no visible bounding box",
"url": "https:... |
Using a development Quarto build (a53ce3b8937f3e222628c79a3c97856a2d09be6b).
The Markdown file:
````markdown
---
title: "code block newline"
---
``` {.dockerfile}
RUN curl -fsSL -O https://cdn.rstudio.com/r/${R_DISTRIBUTION}/pkgs/${R_INSTALLER} && \
export DEBIAN_FRONTEND=noninteractive && \
apt-... | {
"assignee": null,
"comments": 13,
"created_at": "2021-06-30T16:58:06Z",
"creator": "aronatkins",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 48,
"state": "closed",
"title": "code block given newline",
"url": "https://github.com/quarto-dev/quarto-cli/is... |
I have a `404.md` in the root directory of the preview site for the Workbench redesign:
- [Repo](https://github.com/pommevilla/incog-workbench)
- [Preview site](https://pommevilla.github.io/incog-workbench/)
When I serve this locally, the 404 page works as expected: going to `http://localhost:4848/fake.html` an... | {
"assignee": null,
"comments": 3,
"created_at": "2021-06-29T21:55:31Z",
"creator": "pommevilla",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 47,
"state": "closed",
"title": "404 not behaving correctly for subdirectories",
"url": "https://github.com/quar... |
Quarto version: 0.1.296
Using a Markdown document with very-long-line code block:
````markdown
---
title: wrapping
---
A very long fixed-font block.
```bash
export SOME_VERY_LONG_VARIABLE="https://${SOME_VERY_LONG_SERVER_NAME}:${SOME_VERY_LONG_PORT}/"
```
````
Rendering this document:
```bash
... | {
"assignee": null,
"comments": 2,
"created_at": "2021-06-28T13:33:47Z",
"creator": "aronatkins",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 44,
"state": "closed",
"title": "code blocks have wrapping",
"url": "https://github.com/quarto-dev/quarto-cli/is... |
Given a site defined by:
```yaml
project:
type: site
site:
title: "self-linking"
navbar:
left:
- href: index.md
text: Home
```
and a single Markdown file:
```markdown
---
title: self-linking
---
this is a link to [me](./).
```
The rendered content has a directory re... | {
"assignee": null,
"comments": 2,
"created_at": "2021-06-25T20:13:00Z",
"creator": "aronatkins",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 43,
"state": "closed",
"title": "suggestion: emit directory links rather than \"./index.html\" links",
"url": "h... |
The `_site`/`_book` directories should be added to the `.gitignore` when initializing a new website/book.
```
quarto create-project my-site --type site
echo _site >> my-site/.gitignore
quarto create-project my-book --type book
echo _book >> my-book/.gitignore
```
| {
"assignee": null,
"comments": 2,
"created_at": "2021-06-25T18:28:54Z",
"creator": "aronatkins",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 42,
"state": "closed",
"title": "suggestion: site/book creation should .gitignore _site/_book",
"url": "https://... |
I'm currently working on a project that tentatively will have many contributors and each chapter will probably use its own python environment. Right now Quarto uses the active environment to render the final output and I wonder if there is a way that Quarto can be environment aware, i.e. each chapter or sub directory c... | {
"assignee": null,
"comments": 7,
"created_at": "2021-06-21T16:12:00Z",
"creator": "betolink",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 41,
"state": "closed",
"title": "Multiple Python environments in the same project",
"url": "https://github.com/qua... |
When rendering the following `example.rmd` I ran into some inconsistencie regarding evaluation of inline code:
```
---
title: "RStudio Workbench"
date: "`r Sys.Date()`"
---
One plus two is `r 1 + 2`.
Today's date is `r Sys.Date()`.
```
When I knit `example.rmd` in Rstudio, I get the expected output:
... | {
"assignee": null,
"comments": 7,
"created_at": "2021-06-21T02:57:56Z",
"creator": "pommevilla",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 40,
"state": "closed",
"title": "Not evaluating inline code consistently",
"url": "https://github.com/quarto-dev... |
When you're editing documents while using `quarto serve` on the command line, you get these "error" messages upon saving changes to any files:

Is there a way we can change this message so a less experien... | {
"assignee": null,
"comments": 4,
"created_at": "2021-06-20T14:37:02Z",
"creator": "pommevilla",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 39,
"state": "closed",
"title": "\"Error\" messages when refreshing during `quarto serve`",
"url": "https://gith... |
I am very sorry if I missed this - but where is the best place to ask support-like questions about Quarto? Is that here? Or somewhere else?
We've very interested in Quarto for an R / Python book we are writing, but I couldn't immediately see how to execute code before knitr rendering, for each book chapter - a nic... | {
"assignee": null,
"comments": 7,
"created_at": "2021-06-19T13:56:33Z",
"creator": "matthew-brett",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 38,
"state": "closed",
"title": "Where do we ask questions about Quarto?",
"url": "https://github.com/quarto-... |
I tested Quarto this morning on Windows with various shells and stumbled again on an old issue regarding using R in terminal on Windows. This caused me pain with Quarto not finding the R packages depending on where it is used. Best thing would be to show you but in short: R user's lib path is not the same depending on ... | {
"assignee": null,
"comments": 2,
"created_at": "2021-06-14T10:46:15Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 37,
"state": "closed",
"title": "Quarto and R packages on Windows: different user lib depending on shell used",
"url"... |
I took a stab at making a Github action that renders the contents of a repo. I'm definitely no actions expert, but I tested rendering R documents and Python documents `windows-latest` and `ubuntu-latest`. Short story: R was fine, but I ran into issue with Python because of the same Jupyter error I was seeing earlier l... | {
"assignee": null,
"comments": 11,
"created_at": "2021-06-13T04:52:22Z",
"creator": "pommevilla",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 36,
"state": "closed",
"title": "Notes on making a quarto-render Github Action",
"url": "https://github.com/qua... |
After installing [IJulia](https://github.com/JuliaLang/IJulia.jl) and [JuliaCall](https://cran.r-project.org/web/packages/JuliaCall/index.html) on Windows 10, I'm able to get qmd files containing R, Python, and Julia running (though it seems to be running quite slowly). If I try to render a qmd only containing Julia co... | {
"assignee": null,
"comments": 2,
"created_at": "2021-06-10T20:16:23Z",
"creator": "pommevilla",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 35,
"state": "closed",
"title": "Difficulties re-rendering qmd documents containing only Julia code",
"url": "ht... |
In powershell
````powershell
❯ quarto --version
v0.1.250
❯ quarto install -lt
ERROR TypeError: Error parsing args: serde_v8 error: ExpectedString
````
`-lt` is indicated as the shorter form of `--list-tools` which works. | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2021-06-10T09:30:28Z",
"creator": "cderv",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 34,
"state": "closed",
"title": "`quarto install -lt` errors on Windows",
"url": "https://github.com/quarto-... |
I've been getting this error whenever I try to render Python code:

I'm running the code from the [Hello, Quarto](https://quarto.org/#hello-quarto) example. I'm able to execute it as a Jupyter Notebook an... | {
"assignee": null,
"comments": 3,
"created_at": "2021-06-10T02:14:08Z",
"creator": "pommevilla",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 33,
"state": "closed",
"title": "Python not found by Quarto",
"url": "https://github.com/quarto-dev/quarto-cli/i... |
I created a small page using Quarto and Github Pages ([repo](https://github.com/pommevilla/friendly-dollop), [page](https://pommevilla.github.io/friendly-dollop/)). I first wrote an Rmd and a R script, made sure they were working as desired, then called `quarto create-project` in that directory. A minimal `_quarto.yml`... | {
"assignee": null,
"comments": 1,
"created_at": "2021-06-03T20:58:11Z",
"creator": "pommevilla",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 32,
"state": "closed",
"title": "`quarto serve` saying that directory is not a project",
"url": "https://github.... |
My YAML:
```
site:
navbar:
type: light
right:
- text: "Home"
file: index.Rmd
- text: why
```
Looks like:
<img width="1134" alt="Screen Shot 2021-04-23 at 1 41 35 PM" src="https://user-images.githubusercontent.com/12160301/115927771-d0e9b380-a439-11eb-89c3-59c9fcf5e75b.png">
... | {
"assignee": null,
"comments": 0,
"created_at": "2021-04-23T20:45:56Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 28,
"state": "closed",
"title": "Navbar right only works if left also present",
"url": "https://github.com/quarto... |
I noticed that if I intentionally close all the sections, but then open a page in an expanded section, all the other sections automatically expand too. See video:
https://user-images.githubusercontent.com/12160301/115921193-025d8180-a430-11eb-91dc-2bb96d724f29.mov
| {
"assignee": "dragonstyle",
"comments": 8,
"created_at": "2021-04-23T19:34:06Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 27,
"state": "closed",
"title": "Mistaken expansion of all sections in sidebar section navigation",
"url... |
When you click on a top-level item in the sidebar navigation, a blue box shadow shows up.
<img width="1130" alt="Screen Shot 2021-04-23 at 12 30 40 PM" src="https://user-images.githubusercontent.com/12160301/115920959-bd394f80-a42f-11eb-87d0-81d185023fdc.png">
Maybe considering removing the box shadow here?
`... | {
"assignee": null,
"comments": 1,
"created_at": "2021-04-23T19:31:16Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 26,
"state": "closed",
"title": "Consider removing button focus effect on sidebar navigation?",
"url": "https://g... |
With an anchored sidebar, the CSS shows:
```
.overflow-scroll {
overflow: scroll !important;
}
```
I think this is causing the horizontal bar at the bottom of the sidebar here:
<img width="590" alt="Screen Shot 2021-04-23 at 10 26 33 AM" src="https://user-images.githubusercontent.com/12160301/115908126-9cb4... | {
"assignee": null,
"comments": 2,
"created_at": "2021-04-23T17:31:14Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 25,
"state": "closed",
"title": "Tweak anchored sidebar overflow CSS",
"url": "https://github.com/quarto-dev/quar... |
Here is my sidebar:
```
sidebar:
title: "Quarto Demo"
tools:
- icon: twitter
href: https://twitter.com
- icon: github
menu:
- text: Source Code
- url: https://code.com
- text: Report a Bug
- url: https://bugs.com
```
I don... | {
"assignee": null,
"comments": 2,
"created_at": "2021-04-23T17:24:43Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 24,
"state": "closed",
"title": "Remove anchor link from sidebar title, or ensure title text is centered",
"url":... |
The format is inspired by the current version of `sass::sass_layer()`
```
/*-- scss:declarations --*/
@function colorToRGB ($color) {
@return "rgb(" + red($color) + ", " + green($color) + ", " + blue($color)+ ")";
}
/*-- scss:variables --*/
$h2-font-size: 1.6rem !default;
$headings-font-weight: ... | {
"assignee": "dragonstyle",
"comments": 6,
"created_at": "2021-04-23T16:00:48Z",
"creator": "cpsievert",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 23,
"state": "closed",
"title": "Update Sass theme format to reflect new sass::sass_layer()",
"url": "ht... |
It looks like the embedded [bootswatch themes ](https://github.com/quarto-dev/quarto-cli/tree/main/src/resources/formats/html/bootstrap/themes) currently use the v1 Google Fonts API that doesn't support variable fonts:
https://github.com/quarto-dev/quarto-cli/blob/a14f4b3090178f8e01f17e28a9e93d3f5b269065/src/resourc... | {
"assignee": null,
"comments": 3,
"created_at": "2021-04-22T23:33:06Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 22,
"state": "open",
"title": "v2 Google Fonts API?",
"url": "https://github.com/quarto-dev/quarto-cli/issues... |
pretty excited to see this: https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/html/bootstrap/dist/scss/_utilities.scss
This is a great alternative to Tachyons, Tailwind CSS, etc.
Advanced usage would use SASS to bundle up utility classes, but the underlying utility library makes iteration m... | {
"assignee": null,
"comments": 1,
"created_at": "2021-04-06T01:18:17Z",
"creator": "apreshill",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 248,
"state": "open",
"title": "TODO: document bootstrap utility classes",
"url": "https://github.com/quarto-... |
I'm rendering a very basic Rmd that knits just fine:
**test2.Rmd**
```
---
title: "Building R from source"
author: "Andrie de Vries"
date: "6 July 2018"
output:
html_document:
self_contained: no
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(ech... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2021-03-05T08:35:53Z",
"creator": "andrie",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 21,
"state": "closed",
"title": "Rendering a basic Rmd on Windows throws lua filter errors",
"url": "https:... |
The Wiki introduces how to control the caption of code fodling with the `fold` chunk option.
However, I think the caption should be tweaked by different chunk option, and the `fold` chunk option rather control if fold is initially open or closed (e.g., `fold="open"`, `fold="closed"`).
Of course we can keep the curr... | {
"assignee": null,
"comments": 12,
"created_at": "2021-02-07T12:10:35Z",
"creator": "atusy",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 19,
"state": "closed",
"title": "On controlling code folding's initial state",
"url": "https://github.com/quarto-dev... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.