Léo Gaspard

Results 96 comments of Léo Gaspard

@oxij I didn't read the source of `cat-file.c`, but am pretty sure you're wrong on this one. Experiment: ```tty $ cd /tmp $ git init test Initialized empty Git repository...

@oxij @lrvick Suggestion: make at least the `date` argument optional, potentially `tree-id` too (as we'd going the route of optional fields anyway). Reasoning: For `date`, people may not want to...

Now, misc. potentially off-topic notes: @oxij, GPLv2 potentially has a legal issue that arose with the recent troll about contributors withdrawing their contributions from the Linux kernel following the addition...

So I guess we now only have to agree on a data format, so that all our tools end up being interoperable :) First, the non-controversial parts: what fields should...

Whoops, looks like message went out too early… please disregard previous message if you received it by email. Comments about the RFC coming in later when I've finished writing them....

Thank you for the pointers! Unfortunately I've got a whole lot of projects of my own, and weechat works well enough for my use case… well, I guess maybe I'll...

Interesting thanks! Do you happen to know the command that can be used to regenerate the index locally, so that I can check the compile time and compiled size don't...

> Another model of more explicit float to int conversions would be functions like `to_int_ceiled`, `to_int_truncated`, `to_int_rounded` and `to_int_floored`. This would sound like a better idea to me, modulo bikeshedding...

Oh, and I forgot: technically, near/wasmer#142 only uses `VecAssembler::reserve_ops`, `LabelRegistry::reserve_dynamic` and `RelocRegistry::reserve_dynamic` because they were the only ones that appeared in profiles. I'm exposing other methods here too, because I'm...

Awesome thank you! As for a cheap aarch64 box, I unfortunately don't know of a provider, but I do have an aarch64 mac at hand if you want me to...