Nuno Sousa
Nuno Sousa
@hheimbuerger: FWIW, I'm having the exact same issue as you, but on a raspberry pi (I used this same Dockerfile but simple switched the base image to an alpine ARM...
@hheimbuerger: agreed, it is indeed a memory issue in my case but when compounded with the fact the container did not die, it took me days until I found my...
@pranavwani interesting concept, but at that point I think I'd prefer a more generic approach, like: ```js const obj = { a: "", b: "xyz" }; const res = cleanDeep(obj,...
Hi @tylergrow, thank you for the kind words. The issue title seems to refer to something you might need. Can you elaborate?
Hi @plapointe6, I actually don't have a raspi camera to test with :( I followed the changes in your initial PR. Any chance you could execute mjpeg-streamer directly and check...
FWIW, I ordered a raspberry pi camera module and should be able to test this soon.
Hi @jaisor, thanks for the contribution. I couldn't actually reproduce the backup basedir problem though. I tested with your patch and saw no difference other than the backup zip being...
Good point. I haven't had much time to play around with the image but I'll be getting back to it soon, and will shotgun-fix a bunch of stuff in one...
I have a KS8000 also. Any news on this?
@jonathansamines I'm actually not sure that that's the case. I was able to reproduce this issue with Koa since I was passing it an instance of the (previously started) server....