Results 226 comments of Simonas Kazlauskas

As per [this comment](https://github.com/rust-lang/rust/issues/28794#issuecomment-368693049), Apple has fixed this issue by implementing dynamic library unloading, if said dynamic libraries use TLS, as a no-op.

Related https://github.com/nagisa/msi-rgb/issues/23

> Another question, am I able to set the color of the RAM and Videocard as well with this tool? (Mystic Light allows this). Thanks for your work! This tool...

Maybe, but unlikely.

> Rust's std library has the concept of [named threads](https://doc.rust-lang.org/std/thread/#naming-threads), but the names are currently not passed to Tracy. That's somewhat unfortunate. Both the standard library and Tracy set up...

So, the somewhat unfortunate thing is that there’s no other place to put an `unsafe` for _using_ a `os::*::Symbol` – this today happens through a `Deref`. And so there must...

Alas, this is not the linker that's complaining about the duplicate definitions, but rustc itself. During the collection of monomorphizations it will ensure that it only collects one definition with...

> I think this soft has been developped to work on Linux... This soft has been developed to work on Linux with B350 MORTAR ARCTIC board to scratch my own...

> My current thinking is that Symbol should not implement Deref at all unless it can Deref into an Fn rather than an fn.It should implement std::ops::Fn and also provide...

This is blocked on https://github.com/rust-lang/rust/issues/29625.