Simon Gardling

Results 259 comments of Simon Gardling

> I really just wanted to comment on this thread as it was something that I really, badly need right now, so I was hoping that by fervently posting nice...

I'm looking forward to fixes being made and this PR being pushed to the master branch!

I've been doing some testing of this PR on my repo for aarch64 and raspi4 related things on my raspi4. And I have some feedback. 1. The repo name HAS...

@Noeljunior My idea was to use a stratum in bedrock linux, that already implements running everything (non-native architecture wise) through qemu, and use that to manage the different build environments,...

Will there be further work on this? this PR has been inactive for a while now.

Is this ever going to get updated? I would really like it to! It's been ages lmao

> The Rayon syntax you’re looking for is `a.par_chunks(128).flat_map(|chunk| …).collect()`. (Pick your favorite chunk size.) How would that translate if I wanted to filter elements instead of map?