Steeve Morin

Results 171 comments of Steeve Morin

I'm stuck on other projects, but I'll surely review any PR implementing the container format!

Can you undo the changes to lz4 files? I'd rather have these changes upstream, and simply mirror them here cc @Cyan4973 for upstream

Otherwise, good job!

The size is always stored in little endian, to guarantee interop between archs. See https://github.com/steeve/python-lz4/blob/master/src/python-lz4.c#L44

hey @pmj, any news about 1.0b1 ? On a side note, this is truly amazing work

I have some updates on that front: https://github.com/ziglang/zig/issues/10299#issuecomment-2045669073 Also, here is a repo rule to download and unpack it: ```starlark load( "@bazel_tools//tools/build_defs/repo:utils.bzl", "get_auth", "patch", "workspace_and_buildfile", ) def _http_pkg_archive_impl(rctx): if rctx.attr.build_file...

it should give you a `dwmaxx.dll`, which gets injected and is also loadable in your own program (if I remember correctly). This is very old code, and very hackish so...

it's pretty easy, just follow the doc :) for the license I'll use GPL

Good call. What about Apache then?