FlogramMatt
FlogramMatt
Debugger
It would be really, really nice if it were possible to have a better debugger for Rust.. using gdb with VSCode is a mess. Perhaps this would help? https://atom.io/packages/atom-debugger
We getting this error when compiling mioco on Rust1.24 private type `src::sync::mpsc::ReceiverCore` in public interface --> /home/cooldude/.cargo/registry/src/github.com-1ecc6299db9ec823/mioco-0.8.1/src/sync/mpsc.rs:35:5 | 35 | type Raw = ReceiverCore; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type...
There appears to be a bug on this page: https://smelte.netlify.com/components/snackbars/ If I click the "SHOW SNACKBAR ON THE BOTTOM LEFT" button, it works. But if I click the buttons in...
New computer though I thought I had it working. Not that it tried to remove anything that might be trying to hook into it (maybe I missed something?) It very...
Hi BlueSky! Loving Depth3d for VR recently :) I'm trying Hogwarts Legacy with Depth3d and running into an interesting issue: if I have super3d_VR turned on, then the window loses...
Trying to get mimalloc working with wasm, I've seen this issue: https://github.com/microsoft/mimalloc/issues/308 My understanding is this suggestion means we need to allocate RAM in advance. For my application, I can't...