simlay

Results 92 comments of simlay

> I'll have `coreaudio-rs` and `cpal` PRs done once this PR is all sound and good. Use of the [`patch.crates-io` feature](https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section) can help with this. [I've been using it to...

> I wish. It's Apple. Testing on simulator and real device. There was a hack to test some iOS features in native macOS mode in Xcode. But it doesn't fly...

@eugenehp I hope you're not offended by me authoring #103. There was a [reddit thread today about someone not giving credit on PRs](https://old.reddit.com/r/rust/comments/1d9yjyg/question_about_opensource/). I've since amended the commit in #103...

Hmm. So, it could be entirely unrelated but I've had a similar bug with some of my UIKit WIP for iced. When I start the app and use the UIView...

I was curios why the expansions always yield `$crate` but that crate is different depending on where the macro came from. `$crate` from `println!` is `std`, but with `log::info!`/`trace::info!`, it's...

I was about to author a Rust Analyzer LSP Extensions tracking issue (really just a matrix of extensions) when I realized it should probably just go in the notes section...

@mattn Ping. Any requests on this PR? I find the feature pretty useful.

@Thomasdezeeuw shall I pull in the changes from #1795 on this branch? The changes look similar/identical.

> @simlay is the main goal here adding support for Tokio? Because if so I rather merge [tokio-rs/tokio#6635](https://github.com/tokio-rs/tokio/pull/6635) and not add support to Mio v0.8. Ah yes. You are correct....

Huh. This is definitely weird. With the `nightly-2024-10-05-aarch64-apple-darwin` toolchain, things work as expected but with `nightly-2024-10-06-aarch64-apple-darwin` it fails with `Library not loaded: @rpath/libstd-e61cddebfd02205d.dylib`. Digging more into it, it's definitely failing...