i509VCB
i509VCB
I'm not sure how I feel about doing all the calculations and then convert to I16F16 internally, which can't match extreme ends of real f32 math. The error tolerance makes...
From what I can tell, the MathACL does: - i32 - u32 - u16f16 - i16f16 For DIV anything from i1f31 to i32 and vice versa for signed?
I guess we could make RawPool's slice methods to be unsafe. This would mean io::Read and io::Write would need to go of course. I'd probably avoid trying to insert slot...
> Note that using `F_SEAL_FUTURE_WRITE` will very likely break pool resizing, which is a very useful feature for most of the shm APIs. There is a proposal upstream which would...
Yeah that is a bit of a challenge. The big thing is that the entity attributes are initialized during bootstrap, which is before the server entrypoint but after the client...
Stars are kind of a bad measure of popularity. Equal to likes on twitter. What I'd care about is ease of contribution, CI and uptime.
Still need to write an example for sync and then one for import/export, but largely is done
I think `set_output_enable_inversion` could be shorted to `set_output_inversion` and mean the same thing.
Okay, so I guess ignore my comment then regarding naming.
> At the very least, can we start squashing PRs on merge? The commit history here is atrocious, it's a giant wall of merge commits, fmts, and changelog updates; and...