ItsEthra / typst-live

Hot reloading for your typst files
MIT License
85 stars 8 forks source link

Log but don't fail on open error #10

Closed apeschar closed 12 months ago

apeschar commented 12 months ago

Fixes #9.

apeschar commented 12 months ago

I think you should be able to enable GitHub Actions/workflows on this repo. The workflow I added would automatically build and run the command to make sure we don't introduce compilation errors with these suggested changes.

apeschar commented 12 months ago

Forget what I said, I just hadn't configured the workflow to run on PRs. It's working now.

apeschar commented 12 months ago

The Nix workflow does compile and run the project, so any Rust errors would also surface. But it might not report warnings.