Alexander Kachkaev
Alexander Kachkaev
Hi @AhmedAly90, It looks like PHP can't locate R. Default path "'/usr/bin/R" usually works for linux/unix, but is not likely to be the same on Windows. You should change this...
I just did a couple of experiments on a virtual windows machine (which does not have R) and concluded that the issue actually might be related to a problem in...
Hi @jackdp, Unfortunately I currently donβt have enough resources to investigate PHP-R problems on Windows, so if you could run your own little investigation, that would be really great! Looking...
@jackdp, thanks for your PR, I merged it. I agree that writing to a file instead of a pipe is a slightly odd solution, but I would not reject it...
Yeah, it should probably return null in this case. Could you please submit a PR?
Hmm... `JsBarcode` seems to be isomorphic: https://github.com/lindell/JsBarcode/issues/25 What's blocking server-side rendering then? π€
Hi @StudioMaX π Sorry for a late reply. Please see https://github.com/kachkaev/KachkaevAssetsVersionBundle/pull/12#issuecomment-565725360
Hi @grizzlylab, thanks for your contribution π I no longer use PHP and I haven't done anything in it for years. Feel free to fork this repo and publish it...
Thanks for spotting that @danielpereirabp! Could you please submit a PR? A couple of tests that cover paired & unpaired dobule & single quotes would be good too.
This one seems to work for me in one experiment: ```js async function renderFile(relativePathToFile) { const filePath = resolve(__dirname, relativePathToFile); console.log(`==== FILE ${relativePathToFile}`); console.log("initializing..."); await mume.init(); console.log("starting engine..."); const engine...