-
* **Electron-Builder Version**: 24.13.3
* **Node Version**: v18.16.1
* **Electron Version**: 29.1.5
* **Electron Type (current, beta, nightly)**: current
* **Target**: Both…
-
In zarr-developers/zarr#435, I think I uncovered a bug in the LZMA compressor.
#### Minimal, reproducible code sample, a copy-pastable example if possible
```python
import numpy as np
import l…
-
I'm getting the following error:
```
error: Uncaught (in promise) Error: get_next_output failed with error code 7
at XzContext.getNextOutput (file:///~/Library/Caches/deno/npm/registry.npmjs.…
-
BPO | [41210](https://bugs.python.org/issue41210)
--- | :---
Nosy | @animalize, @miurahr, @Game
Files | [lzmabcj.bin](https://bugs.python.org/file49296/lzmabcj.bin "Uploaded as application/octet-strea…
-
The downloaded CI artifact is a zip file which contains a 7z file. Qt Creator will fail to install the zip file because it is not expecting a nested archive. Someone could manually fix this after down…
-
The following code:
```rust
use xz2::stream::{Filters, LzmaOptions, MtStreamBuilder};
fn main() {
let dict_size = 0x40000;
let mut opts = LzmaOptions::new_preset(6).unwrap();
opt…
-
Trying to move my library to using this rust implementation, but running into some issues with decompressing some images. I added a print of the bytes for your help if you wish to fix this issue. It m…
-
## Preamble
This is an incomplete(!) list of things that I noticed to be missing when trying to build SerenityOS inside SerenityOS (much less successfully building or running).
Generally, buildi…
-
Error when running example:
```
Traceback (most recent call last):
File "E:\Python\7ztest.py", line 38, in
sevenZfile.extractall('.')
File "E:\Python\7ztest.py", line 33, in extractall
…
-
I zipped up a file using 7zip (file manager / GUI). I tried with both LZMA and LZMA2, using ultra compression. I can't seem to figure out how to extract it; I always get a `NotSupportedException`.
…