Catherine West

Results 6 issues of Catherine West

Been going through my open source projects which I've been neglecting and figured I should write something here about where I am with this project. Unfortunately I'm no longer working...

Would it be possible to expose `BiLock` in a way that follows semver, even if it is separate from the normal future crates? I don't even mind if it updates...

A-lock

Hey, I have the following glsl function: ``` bool add_particle(inout ParticleBufferHeader header, out uint index) { index = atomicAdd(header.count, 1); if (index >= header.capacity) { return false; } else {...

bug

I'm not exactly sure if this is a bug in the mozilla nixpkgs overlay or a bug in miri, but I get the following when I add the `miri-preview` component...

Also makes `Gc` in the first place (and even if you could safely, it could never be freed ~~so that's fine~~ **it is totally not fine, and you totally could...

Allows for dynamic rooting of unsized `Gc` pointers.