Caleb Maclennan
Caleb Maclennan
I was able to get the shadowJar build to work just by placing the paper.qmd file at the right place relative to it, but I had to artificially add a...
> @alerque `../libs/qmd` is the default value, it can be overridden via `-l`. Though it would still be preferable to use distZip instead of tweaking the shadow jar, which reduces...
I expected to be able to run the flake straight off the branch, but got an error like so: (Linux x86_64), nix 2.28.3) ```console $ nix run github:ChetanBhasin/quarkdown -- --help...
> Also @ChetanBhasin perhaps it's the case to include npm and its `puppeteer` module as project dependencies, considering what was brought up in #69. Yes, that would be good, it...
As of 9199fd6 this still does not build for me, it errors trying to download and setup Gradle. ~~I think the approach of trying to let the build fetch it's...
> I don't think downloading and setting up Gradle on your own is required. Invoking `gradlew` (not `gradle`--`w` stands for wrapper) will already take care of setting up the correct...
As of yet this flake has still not worked for me at all. @ChetanBhasin has something going on taken care of locally that isn't coded up in the Flake yet....
I sent a PR to your form Chetan that should at least get you started on a CI test for this.
> I can see a possible problem though: Gradle [fetches the latest version from git tags](https://github.com/iamgio/quarkdown/blob/b93f1fae9f23bd9543611b808c6c791f627405f7/build.gradle.kts#L20-L36) for reasons I explained in a previous comment. It might be problematic to run...
I have the [hello-world](https://polytype.dev/hello-world/#quarkdown) example at least spun up and working on Polytype via local testing, but [the PR for it](https://github.com/alerque/polytype/pull/16) that will update the website via CI is waiting...