Shreyas Balakrishna
Shreyas Balakrishna
Sorry I actually meant if the `patch` is a stream, but the old and new files are still seekable. So in effect - ```c ddelta_apply_incremental(patch_stream, old, new) ddelta_apply_incremental(patch_stream, old, new)...
Hi again, we've actually implemented a prototype of incremental patching. Would you be open to a pull request?
I am running in to a similar error, any suggestions? I tried `pip3 install --upgrade grpcio_tools` but that didn't work. ``` Traceback (most recent call last): File "/Users/shreyas/nanopb/generator/nanopb_generator.py", line 51,...
Yea that's correct, basically show how many commits it's behind by. Okay I wasn't aware that you could only run code only when you hit Enter. However, that limitation is...
How far away is this? ARM GCC support would be fantastic!
Good idea on implementing this as a Rake extension. I am keen to work on this and put it up as a PR. Any ideas on how this can be...
Good question, what about an internal database within Rake? Bad idea?
Great, thanks @rickhull ! You think a YAML file will be fast enough when it comes to read access times? A performance comparison of `ChecksumTask` vs `FileTask` would be a...
That's pretty good. What about computation of the hash (on the file) itself? This will of course be slower than a simple timestamp comparison. I wonder how Bazel, Buck and...
Thanks for your insights. It sounds like you are keen to work on it 😄 ? I can give you a hand if required, although my Ruby skills aren't top...