MichaIng
MichaIng
Try to not lock the drive device but the mount point instead.
Hmm, it works fine here via `vmtouch -l /path/to/dir` to lock the whole directory content. Probably running it in foreground shows some meaningful output about what happens? My binary has...
Ah it has a verbose flag: ```sh vmtouch -vl ./ ```
@hoytech Basically, if the service implementation allows to freely adjust the command arguments, it can be reasonable in all cases, e.g. lifting certain files into cache once at boot only,...
I'd like it as global toggle as well, respectively IMHO it makes sense to have it globally enabled OOTB as there is no reason to handle webp any different than...
`KiB`, `MiB` etc would be precise, so [multi-byte units](https://en.wikipedia.org/wiki/Byte#Multiple-byte_units) notation.
That would be great. I suggest you fork the project, apply the changes to your fork, then open a pull request with your changes here. I'm not sure whether contributors...
Correcting link to actual Go server repo 😉: https://github.com/mobazha/openbazaar-go Many thanks for developing the fork ❤️! Do you aim to make this more popular, promote it within the OpenBazaar community...
As we also face this issue now, after migrating all software to Python 3, I want to give this a little push. A Node module cannot and must not provide...
> Though at what point will the alias python refer to version 3 by default ? Good question. At least I haven't seen this being the case on any OS...