Anton Kochkov

Results 608 issues of Anton Kochkov

- [ ] Hebrew - [ ] Urdu

Unpacking the data, and noted that some streams can't be unpacked with lzma-rs, see the attached files of the compressed and uncompressed chunks. [lzma_alt_samples.zip](https://github.com/gendx/lzma-rs/files/4096020/lzma_alt_samples.zip) The chunks were successfully unpacked with...

enhancement
help wanted

Old versions of lzma SDKs (e.g. from 7zip) were using 32bit long field for the unpacked size in the header. Would be awesome to have support for these too. The...

enhancement
help wanted

``` 4,5. ReasonML from Facebook 11. Partly done in 4.06, WIP the rest of the part. See also issue for OPAM support in Windows https://github.com/ocaml/opam/issues/2191 5. https://github.com/akabe/ocaml-jupyter ```

``` genbind.py in gen_python_bindings(outdir, path) 222 cparser = clangparser.Clang_Parser(flags=clang_opts) 223 print("Parsing {0:s} file...\n".format(path)) --> 224 cparser.parse(path) 225 items = cparser.get_result() 226 if items is None: ~/.local/lib/python3.8/site-packages/ctypeslib2-2.2.2-py3.8.egg/ctypeslib/codegen/clangparser.py in parse(self, filename) 118...

missing-test-case

``` ====================================================================== ERROR: test_unicode (test_types_values.ConstantsTest) unicode conversion test from unittest in clang ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/trolldbois/ctypeslib/test/test_types_values.py", line 83, in test_unicode self.gen('test/data/test-strings.cpp', ['-x', 'c++']) File "/home/travis/build/trolldbois/ctypeslib/test/util.py", line...

bug

Both legacy and LZMA2 formats, including XZ flavor. http://siciarz.net/24-days-rust-zip-and-lzma-compression/ There is [lzma](https://crates.io/crates/lzma) crate, but it is abandoned and incomplete.

It is gaining popularity lately. See format description https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md And decoding testing tool https://github.com/facebook/zstd/tree/v1.3.4/tests#decodecorpus---tool-to-generate-zstandard-frames-for-decoder-testing

Because ocamlformat aims to replace ocp-indent. https://github.com/ocaml-ppx/ocamlformat