Kyle Farris

Results 67 comments of Kyle Farris

@martijnvanderwoud I don't really have the platform to test this specific issue. If you have the time and bandwidth to look into the solution for this issue, I'd be more...

One thing that stands out as quite odd and almost-certainly unnecessary is this block of code in your examples: ```javascript inputStream._read = () => { inputStream.push(chunk) chunk = null }...

Well, that stinks. At least your code is prettier now, haha.

As awful as it might sound, it looks like you're just going to have to drop some `console.log` lines in the `node_modules/clamscan/index.js` file of your project and just do some...

Yeah, sorry about that. I see where you were talking about walking through the code and how you found out at what point it seemed to be failing. Of course,...

So, you connect to it in your code with an IP & port, correct? And, if so, is the proxy situated between your code and the ClamAV instance? I'm just...

I don't have the bandwidth or setup to test and fix this issue right now. If you do, please see if you can fix it and submit a PR.

Can you clone the repo directly, CD to it, and then `npm i`, and then run `npm run test`? Do all the tests pass? Kyle

Those errors seem to indicate a misconfiguration of your clamd host or possibly a permissions or SELinux issue. Are you able to scan files using `clamdscan` on the command line?...

Yeah man, I took a look through https://github.com/tquizzle/clamav-alpine and I just don't know enough about that setup and without anyway to test it outside of the use of the package,...