-
Notifications
You must be signed in to change notification settings - Fork 8
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
error from new Quarto: Specifier not found in cache #65
Comments
Note: a Windows laptop is used. The quarto extension and python library of Shinylive are up to date |
The Quarto side suggests Shinylive update its script: |
Quarto 1.6 does have breaking change with |
Thanks for the information. I tried to do a quick fix to bug following the documentation by changing: import { readLines } from "https://deno.land/std/io/mod.ts"; to: import { readLines } from "stdlib/io"; and a new error pops up:
Any ideas? |
Something does not seem right... 🤔 I'll dig into that, as I don't think it is related to shinylive. Edit: It seems we have an issue and this is tracked in
Thanks for reporting ! |
Thank you so much for looking into this. Good to know that both projects belong to Posit and we have someone like you who have worked on both projects. |
This should be fixed in 1.6.32. You can try again with shinylive and updated scripts. |
It worked! Thank you. Shall I keep this issue open for the Shinylive script to be edited? I'm hesitating to write a PR now as I fear the updated script would break support for Quarto 1.5, which is the current stable release? |
Yes something needs to be done regarding that... maybe it requires two scripts and use the correct one based on quarto version used ? You could probably open a PR with ideas, otherwise we'll come with a solution soon. |
It seems that the source is in a different repo: https://github.com/posit-dev/shinylive/blob/6e4933f46048f3b0d1293d31e9525570b0c4ff94/src/scripts/codeblock-to-json.ts I opened an issue there: posit-dev/shinylive#185 That repo does not seem very active, though. My previous issue posted 1 month ago hasn't got any replies yet. |
For later versions of Quarto (1.6.19 onwards), I got an error which is not present in early versions (1.6.18 and before):
quarto check
information with the last working version of Quarto (1.6.18):The text was updated successfully, but these errors were encountered: