-
## Version **20.17.0** of **[electron-builder](https://github.com/electron-userland/electron-builder)** was just published.
Branch
Build failing 🚨
…
-
I'm quite curious on how
```
$ build -wl
```
behaves. Is it concurrently build windows and linux installer at the same time or it builds windows then linux installer?
The reason why I'm …
-
When I stop `cachix push` with ctrl+C, somewhere around half the time it terminates with a segmentation fault.
```
chris@cubby ~ ❯❯❯ echo /nix/var/nix/profiles/system | cachix push chris-martin
p…
-
It looks as if liblzma has functions that estimate how large the uncompressed data of a compressed archive is, and how large a compressed archive of a given amount of uncompressed data is going to be.…
-
I run into errors when installing Winston because unxz is not by default installed. Would it be possible to use tar's `J` option (e.g. `tar xJv $file` on line 57) to extract the xz archive directly? …
-
## Version **20.17.0** of **[electron-builder](https://github.com/electron-userland/electron-builder)** was just published.
Branch
Build failing 🚨
…
-
For now, we use 3 threads:
- The `directoryVisitor` who visits the source directory and feel a queue (`filenameQueue`)with the filename to add.
- The `main` thread who pops from `filenameQueue`, rea…
-
Just stumbled over this article, maybe we should consider changing the compression format for builds: http://www.nongnu.org/lzip/xz_inadequate.html
Quote:
> Xz is fragmented by design. Xz impleme…
-
We've been showing people the plots below on deflater/inflater performance to argue that using compression level 1 always make sense, since in our tests it results in only a slightly larger file, but …
-
Currently the networks are being stored as float arrays and then gzipped. The code is on:
- https://github.com/LeelaChessZero/lc0/blob/master/src/neural/writer.cc
- https://github.com/LeelaChessZero…