Sunjay Varma

Results 101 comments of Sunjay Varma

@toxicFork no problem! I understand how busy things get. Thanks for taking the time!

Just ran into this while loading OBJ files. An interesting consequence of this is that it can become impossible to get the name of the object if there are no...

recordMyDesktop has global keyboard shortcuts without sudo. Maybe there's a way to look into their source code and figure out what they did? This would be an awesome feature to...

Is there any workaround until this gets fixed?

It seems to just always happen when you open any medium sized Rust project with that language server plugin. It happens after a few minutes while just performing regular editing....

@alexcrichton What do you think of having a `nodejs-async` target (or something)? That way the `nodejs` target would remain normal but modules could still be used from electron within the...

I've been using approach 1: ```rust Mock::given(any()) .respond_with(|req: &_| panic!("Request did not match any expected requests: {req:#?}")) .with_priority(u8::MAX) .mount(&server) .await; ``` The produced error isn't great, but you can make...

What do you think of a prompt like the following after someone blocks another user? > Would you like you report this crate/user for abuse? [N, y] If they confirm,...

Also, it may be useful to keep a history of invitations so we can (in the future) automatically detect and track abuse. For example if a user is suddenly receiving...

Hi, sorry for the delay. My code is finally public and I can share it now. If you remove the extern crate lines from my compile tests, the tests fail...