Luca Lesinigo

Results 39 comments of Luca Lesinigo

Yep I'm currently testing out your (really well made) container right now, so far without any volume mapped. I will test volume mapping and queue persistence and send an MR...

There is the `/proc/xen` directory inside the container but it is empty. If it can help, I checked what [facter 3.11.0](https://github.com/puppetlabs/facter/tree/3.11.0) thinks about the same situation, and afaik it is...

Yes, I'd definitely go with that solution: better to be on the safe side and not print potentially wrong information. Inside LXC + `/proc/xen` exists = bail out, print a...

Python-3 should work correctly with UTF-8 by default, but `setup.py` is opening `version.py` as a generic text file for reading, so it could end up being opened and read as...

NHML seems to have disappeared too, but on their [NHOS linux-based distribution](https://www.nicehash.com/nhos-mining) they are currently using third party miners and switching between them as needed (based on benchmark results I...

maybe exposing some flags to pass on to excavator as [device.set.power_limit](https://github.com/nicehash/excavator/tree/v1.5.14a/api#-devicesetpower_limit) will be enough for the user?

In other similar situations having something like a "checkpoint" status file has always been good enough for us and maybe it is simpler to implement than a full fledged HTTP...

This is biting me too and seems possibly related to #296 ?

Please note the `ENTRYPOINT` change will break compatibility with scripts made for the previous Docker images, IMHO this is for the better.

@jaymzh I'm using apk packages so any dependency should have been taken care of by the packager. In this case it is not installing `ruby-etc` and `mdl` seems to be...