Carles Julià

Results 4 issues of Carles Julià

# 🐞 bug report ### Affected Rule The issue is caused by the function: ``` load("@io_bazel_rules_docker//repositories:deps.bzl", container_deps = "deps") container_deps() ``` If I call `container_deps` suddently all my `py_binary` rules...

Hi there, I'm sorry if this evident somehow, but I can't find the answer anywhere. I am using the `` library to install a new firmware in the device. If...

help wanted

I had to modify some parts of the `gnumake-mac-gcc.inc` in order to compile against an alternative Python installation (from brew). I'll put them here so it can serve as documentation...

enhancement

When compressing, `compressedBuffer` should be resized to `LZ4_compressBound(inputSize)`, and not `inputSize`, as with very random data `compressedBuffer` may end being larger than the uncompressed data. https://github.com/bakercp/ofxIO/blob/9b55d4b3f5006c427947076270c92ba0dd706409/libs/ofxIO/src/Compression.cpp#L337