Priyanshu Tripathi
Priyanshu Tripathi
RFCSC: This RFC is being closed due to lack interest. If enough shepherds are found this issue can be reopened. If you don't have permission to reopen please [open an...
This RFC has not acquired enough shepherds. This typically shows lack of interest from the community. In order to progress [a full shepherd team is required](https://github.com/NixOS/rfcs/#shepherd-team). Consider trying to raise...
> I can help/be the new author of this for now if nobody else steps up, I still think this is a great idea. If you're still up for it...
Has anything come out of it yet? Seems like the mention of non-modal dialogs changed some minds but this issue didn't get anywhere?
I am on NixOS
I have installed PrinceXML manually on my system but I was having issues doing the same on the deployed instance of my application (which also runs it on NixOS AFAIK)....
I just cloned this repo and ran `npm install`. Here's the logs:  It actually does detect NixOS as a Linux environment and chooses the correct package. But it does...
@rse any comment?
I'm getting a new error after updating `prince` to 1.11.1: ``` Error: {"error":{"errno":-2,"code":"ENOENT","syscall":"spawn /home/getpsyched/git/printer/node_modules/prince/prince/lib/prince/bin/prince","path":"/home/getpsyched/git/printer/node_modules/prince/prince/lib/prince/bin/prince","spawnargs":["--prefix","/home/getpsyched/git/printer/node_modules/prince/prince/lib/prince","dist/question-paper.html","--output","dist/output.pdf"],"cmd":"/home/getpsyched/git/printer/node_modules/prince/prince/lib/prince/bin/prince --prefix /home/getpsyched/git/printer/node_modules/prince/prince/lib/prince dist/question-paper.html --output dist/output.pdf"},"stdout":{"type":"Buffer","data":[]},"stderr":{"type":"Buffer","data":[]}} at Module.coalesce_to_error (/home/getpsyched/git/printer/node_modules/@sveltejs/kit/src/utils/error.js:9:5) at Module.handle_fatal_error (/home/getpsyched/git/printer/node_modules/@sveltejs/kit/src/runtime/server/utils.js:72:47) at resolve (/home/getpsyched/git/printer/node_modules/@sveltejs/kit/src/runtime/server/respond.js:500:17) at process.processTicksAndRejections...
I would also love seeing this library accept and return I/O from memory rather than having to do file I/O _just_ for this lib. Here's a snippet of my code...