Bogdan Stăncescu

Results 19 comments of Bogdan Stăncescu

This also fails transpilation: ```typescript (async () => { const parser = fs.createReadStream(`foo.csv`).pipe(csvParse({})); for await (const record of parser) { console.log("Processing record"); } }) ``` with the following error: `error...

Yes, that is caused by the fact that we only ever tested and used octave-daemon on RH flavors; Ubuntu is indeed likely to use a different logic for its init...

Ok, I'll look into this, time permitting.

It's probably best to experiment a bit before deciding, because the optimal solution depends on multiple factors – your server's performance, the amount of setup needed before actually running the...

The first issue is easy to fix – just replace the path in the script with whatever works for you. I didn't have the time and curiosity to make the...

Issue 1: did you successfully start the daemon before running that? Issue 2: that looks like something idiosyncratic to your particular setup within that framework, and you should probably try...

Issue 1: don't nohup it – run it in a separate console and see what it does Issue 2: I get that; I was suggesting a way to experiment with...

Sorry for the late reply, I've seen the bug, and it's legitimate, but I just didn't get around to it. Please let me know if you have a patch and...

Try this in a console: su -c "less /var/log/messages" Go to the end of the file (SHIFT+G) and see if you can find something related to octave-daemon.