Alex
Alex
> i'll close this, as it seems like you guys prefer something more like a hot v2. > > Final thoughts, I think there is room for both, and both...
The same thing happens when I press "Setup steamcmd".
> > It's been fixed. You can try it out in the nightly version > > From where to download nightly? https://github.com/KRTirtho/spotube/actions However, I don't see how this build could...
> You should now see the .tar.xz file which you can use Yay! But the only thing that started working is the main menu ("Browse"). Albums' contents etc still don't...
I see that, but can I get rid of the notification showing up every startup? Literally everything works fine besides that.
Sorry, I don't really understand. I just want the notification not to show up every startup, and I don't care about disks. Can you make it to show up only...
Confirming it works correctly and within seconds, but the console process takes a minute or so for some reason.
> From the [changelog](https://github.com/vercel/hyper/releases) it doesn't look look like it :/ The changelog is from almost a year ago. It is definitely abandoned. Any alternatives?
I'm facing the same issue, and I think the solution is not yet found. The problem is that eslint_d takes too much time to format when using conform.nvim. Although, we...
``` diff --git a/src/App.tsx b/src/App.tsx index b5ff51f..5ed2d17 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,12 +1,16 @@ - import "./css/App.css"; +import { useState } from "react"; + const App = ()...