Daniel Mack
Daniel Mack
Is this repository still actively maintained or should people be using some replacement?
Which is okay. I'm just wondering whether this is still the official nodejs layer repo, given that this PR is pending since 8 month.
Does this work for you when you run `go test`? `Open` is unresolved then, so you would need to patch all the users in that file as well. But TBH,...
Libraries in packages such as this one should never log themselves, as that clashes with the logging in place of the application using them. If you want to augment the...
This limitation is in fact a real issue for deployments on systems with limited storage resources. The MDI web font is some orders of magnitude larger than my application, and...
`mksquashfs` has a bug which leads to great differences in the resulting file even with identical file systems as input. This is caused by multiple workers on different CPUs racing...
What's the size of the squashfs image, with and without compression?
So with compression turned on, 42% of ~380MB (~159MB) and without compression, 12% of ~1040MB (~124MB) are not reused and have to be downloaded when an update is made. So...
Did you play with casync's `--chunk-size=` parameter as well?
> Where did you get 42% from? Ah, sorry. My bad. I'll do some tests again soon myself. Last time I did them, casync would still use Adler32 instead of...