callym
callym
Hey, is there any update on this? It's super annoying to always have to do `Ctrl+K - S` to work around this in certain projects :(
I downloaded nss-3.82 from here: https://archive.archlinux.org/packages/n/nss/, extracted to `RimPy/nss`, then changed the bash script to: ```sh #!/bin/bash LD_PRELOAD="nss/libnssutil3.so:libpcre.so.3:$LD_PRELOAD" ./RimPy ``` And it seems to work!
I'm also getting this issue on Windows 10, so I don't think it's a Mac problem.
I think we can do ```rust #[derive(Actor)] ``` ```rust #[derive(Actor)] #[ActorContext(HttpContext)] ``` This wouldn't require Nightly as it can be done in custom derive (the same way `#[Message(result, error)]` is...
I can reproduce this here - tried debugging and can't find anywhere obvious, the same problem doesn't happen in luxcoreui or luxcoreconsole, or with denoising off. I'm testing with this...
In your example, how would you go from `message: Sum` to `a: usize, b: usize` in more complex cases, such as Structs, where you can't simply unwrap the type. What...
I've been thinking about this, and have something that works like ```rust #[handler] impl SomeActor { #[handle] fn add(&self, sum: Sum) -> usize { sum.0 + sum.1 } #[handle] fn...
[debug_2024-08-14.zip](https://github.com/user-attachments/files/16624875/debug_2024-08-14.zip)
I don't think so - Xmrig should be mining to MoneroOcean
I'm getting the same crash in arch linux, but running with `QT_QPA_PLATFORM=xcb qbittorrent` seems to work!