-
### Bug description
When using the R `{bslib}` function `navset_card_pill()`, the CSS styling on the tabs appears to broken. While I know quarto has its own tabset functionality, `navset_card_pill()`…
-
I apologize for asking this question.
Now this loader has several unresolved issues related to webpack 5.x (https://github.com/peerigon/extract-loader/issues/102, https://github.com/peerigon/extra…
-
### Bug description
`IPython.core.page.page()` is another way to display data in Jupyter/IPython. It doesn't seem to output anything in Quarto though.
### Steps to reproduce
````qmd
---
tit…
-
### Bug description
If I make a custom float, (ordered) lists are always centered (they inherit from quarto-figure-centered for some reason). Tried to overwrite this centering with different css tags…
JoFAM updated
1 month ago
-
### Bug description
Currently Quarto only provides binary archives for some distros.
This is in stark contrast with the majority of other open source software that provide cmake/make/etc command…
-
### Which ng* package(s) are the source of the bug?
ngcompiler, ngdart
### Which operating system(s) does this bug appear on?
Windows
### Which browser(s) does this bug appear on?
Chrome 113.0.56…
-
### Bug description
I have 3 files in a folder: `Slides.qmd Slides-old.qmd Slides-older.qmd` (the last 2 I keep out of over-abundance of caution).
- `quarto render Slides.qmd` processes just this …
-
I am trying to develop a Dockerfile using `cargo leptos` and only need to build the server binary in the docker container. There is no need to build the front end, i.e. the .html, .css, and .wasm file…
-
I require Fibers so I can use the Dart Sass compiler for the [Gulp Sass](https://www.npmjs.com/package/gulp-sass) plugin.
**npm: 6.13.7
node: 13.11.0
fibers: 4.0.2
gulp-sass: 4.0.2
MacOS Catal…
-
Consider these 3 files:
```scss
# a.scss
@import './b.scss'
# b.scss
@import './c.scss'
# c.scss
.foo { color: $unknownVariable }
```
Bundling `a.scss` would roughly throw this except…