You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
let login: gtk::Dialog = gtk::Dialog::new_with_buttons(Some("Login"),Some(&widget),
gtk::DialogFlags::MODAL | g
tk::DialogFlags::DESTROY_WITH_PARENT |
gtk::DialogFlags::USE_HEADER_BAR,&[cancel_button, login_button]);
And when using GNOME Builder my computer started behaving really weird until I closed Builder. I checked top and it showed that rls was using one core 100% and 52% of my 16 GB RAM when Builder was running. The mouse stopped working, YouTube playback started stuttering and I couldn't basically use my computer until I closed Builder. rustc wasn't able to compile it either but instead giving me a syntax error it got killed after some time:
The syntax error is that g at the end of line 3 which was supposed to be in line 4. So while rustc at least timed out rls just kept cranking and making my computer unusable. I just wanted to report it because I guess it's a rare occurence that something like that happens but it was nicely reproducable. As soon as I fixed the syntax error the problems stopped.
The text was updated successfully, but these errors were encountered:
I had a syntax error in my code:
And when using GNOME Builder my computer started behaving really weird until I closed Builder. I checked
top
and it showed that rls was using one core 100% and 52% of my 16 GB RAM when Builder was running. The mouse stopped working, YouTube playback started stuttering and I couldn't basically use my computer until I closed Builder.rustc
wasn't able to compile it either but instead giving me a syntax error it got killed after some time:The syntax error is that
g
at the end of line 3 which was supposed to be in line 4. So while rustc at least timed out rls just kept cranking and making my computer unusable. I just wanted to report it because I guess it's a rare occurence that something like that happens but it was nicely reproducable. As soon as I fixed the syntax error the problems stopped.The text was updated successfully, but these errors were encountered: