Idan Horowitz

Results 14 comments of Idan Horowitz

> Tar having XZ support would also need support for XZ in LibCompress That is all that is needed for for xz support in Tar, "tar.foo" just means a tar...

might be fixed by PrismarineJS/prismarine-chunk#99

~~Swap item between hands key (block action packet)~~ Done by @tumenor Shooting arrows (also block action packet) Hunger + food consumption Make fast dig hack detection take items and effects...

Thanks for the swift response! I have no strong feelings about the location of the documentation, just one data point towards putting it in the specification itself is that as...

LibJS is SerenityOS's native from-scratch javascript engine (used in-tandem with LibWeb for Serenity's native browser), it is relatively new, work started in 2020. The source code is available here: https://github.com/SerenityOS/serenity/tree/master/Userland/Libraries/LibJS...

We still get a wrong result as far as I can tell, `18446744073709552046` instead of `18446744073709552000`

Commit message looks good! Mind rebasing so CI can give us the green light?

@tomuta Sure, that interface is pretty strictly defined by the specification anyways, so we could probably have 2 implementations, one for the kernel, and a mock one for testing. (Note...

@nico I've split them up (#23232), I agree this specific cache impl might not be optimal. It's just a bit sad to see us execute the exact same bitmap rendering...

Yep, just got back to this, #23253 is just better, so no need for this anymore.