typst / webapp-issues

Issue tracker for Typst's web app.
https://typst.app
12 stars 0 forks source link

Hints when importing from `@local` #183

Open AdiWeit opened 10 months ago

AdiWeit commented 10 months ago

I think I changed nothing and it worked before, but now it shows the error message "failed to decompress package (invalid gzip header)" when trying to import the cetz package. I am importing the package via #import "@local/cetz:0.1.2".

istudyatuni commented 10 months ago

@local isn't available in web app, use @preview

AdiWeit commented 10 months ago

OK, thank you. Maybe the difference (so @preview in the web, @local if you install the package on your PC; at least that's my understanding of the difference now) could be a tipp in the error message? I don't know.

laurmaedje commented 10 months ago

We could add a hint to the error help panel.