Nam Se Hyun
Nam Se Hyun
Rust analzyer is working with other files which I already saved. I mean, when that error occurred , I didn't saved the file and just opened new file and then...
Here is the video about error. https://user-images.githubusercontent.com/3580430/181212560-0d230d4f-3dfc-4ba4-8f23-cc18a9029760.mp4 There are no output of Rust Analzyer Language Server and Rust Analzyer Client when I run format this time.
> You are using the Rust (rust-lang.rust) extension? You need the rust-analyzer (rust-lang.rust-analyzer) extension. Don't search for the formatting category. The rust-analyzer extension doesn't have this category listed. I didn't...
> Ah, the issue is that you are trying to format a file that is not yet on disk, can reproduce that error then. Note that r-a doesn't work at...
Oups, My mistake, that commit doesn't work. But before fixing that, I want to ask you how to fix this problem. I can check the function `handleJoinedOneToManyPaginated` is `throwErr` in...
Hi. For me, I failed with unicode-linebreak v0.1.3 of textwrap v0.15.1. ``` error[E0658]: use of unstable library feature 'iter_zip' --> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/unicode-linebreak-0.1.3/build.rs:237:20 | 237 | .find(|&n| iter::zip(&a[a.len() - n..], b.clone()).all(|(x, y)|...
Nevermind, my problem was rust version
glad to help you :)
I little bit changed `SNSMessage` type. This is better use when you parse data and guessing the type. ```typescript export type SNSMessage = | { notificationType: "Bounce"; mail: SNSMessageMail; bounce:...
I didn't get any delay with using wasapi directly with the same logic with https://github.com/HEnquist/wasapi-rs/blob/master/examples/playsine.rs#L73 Only cpal makes delay for me.