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

fa spinner and play button icons don't work when self-contained: true #95

Closed
alexCardazzi opened this issue Nov 14, 2023 · 2 comments
Closed
Milestone

Comments

@alexCardazzi
Copy link

alexCardazzi commented Nov 14, 2023

The spinner and play button of the rendered version of this code fails to load.

---
title: webR in Quarto HTML Documents
format: html
engine: knitr
filters:
  - webr
self-contained: true
---

This is a webr-enabled code cell in a Quarto HTML document.

```{webr-r}
print("hello")
```
@coatless
Copy link
Owner

So, the self-contained or embed-resources is not possible as we can't embed the webr client within the document itself.

You can see some prior discussions at #62.

@coatless
Copy link
Owner

With #168, you can use embed-resources if you are not using the service-worker communication channel.

@coatless coatless added this to the 4.1 milestone May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants