-
Notifications
You must be signed in to change notification settings - Fork 20
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
Updatte codeblock-to-json.ts
to match new Quarto behaviour
#185
Comments
As mentioned in the linked thread, this will require some thought to handle both the breaking change in Quarto and older versions. We might require two scripts and use the correct one based on quarto version. |
My understanding is that this should now be working again in the latest Quarto builds. We should leave this open for the moment, however, since it's possible Quarto might re-enable the use of |
Should this have been fixed in Quarto v1.6.40? I tried to upgrade my blog from Quarto v1.5.57 to v1.6.40 and am hitting this error with the latest shinylive: shinylive::assets_info()
#> shinylive R package version: 0.3.0.9000
#> shinylive web assets version: 0.9.1 |
Yes it should have as the old scheme seemed to work with the change we made... 🤔 Let me check, as otherwise I'll do the initial fix we discussed. |
@cderv Do you know where the packages downloaded by deno should be stored? I'm only able to reproduce this issue on my personal machine, but I can render the site on a different machine. I can't find any meaningful differences between the environments. Any ideas or pointers? |
You could have some cache problem while using multiple versions across time.
Removing full Deno 2 move library to https://jsr.io/ and this created some problem with earlier deno version and how we try to bundle. |
That's what I thought too, but I've tried that and I get the same result
Also, I don't have system
|
Thanks to @cderv's help in asking the right questions, I realized this is happening for me for two reasons:
|
Also at quarto-ext/shinylive#65
In the current implementation,
codeblock-to-json.ts
uses:Quarto 1.6 introduced breaking changes, which require an update in the code in favour of sth like:
The text was updated successfully, but these errors were encountered: