Adriano Zambrana Marchetti

Results 29 comments of Adriano Zambrana Marchetti

I have replicated it and found an answer. Running a shell inside the container and running with `bash -x /run.sh` reveals that the script fails because of `mkdir /tmp/build` tries...

Working on a solution to both problems.

Specifically, I cannot believe the script doesn't use the GitHub JSON API, instead parsing a raw HTML page with grep :/ Fixed that quite quick. Building the dockerfile to test...

Everything works as expected on both ends. Imma submit a pull request soon.

@chocolate42 > (no seeking, no resilience to bitstream errors) The seeking and resilience issues might be partially helped by some of the things people on the Alternative Traversal thread seem...

The other thing to do might be to just slap some bit correction on top of the stream to help with resilience within these chunks.

Has no one coded a zig-zag order yet? I might give it a whirl.

This might actually be kind of interesting for another reason: Video Encoding Considering this is a way to perhaps let the algorithm better perform in 2D spaces, perhaps we could...

Linking relevant issue: https://github.com/nigeltao/qoi2-bikeshed/issues/37

In fact QOI's ability to encode differences between pixels efficiently might make it particularly useful to run the zig-zag not in a 2D plane that is the current frame, but...