Xevion

Results 38 comments of Xevion

I haven't used lazygit a whole lot since, but no.

This is kind of a serious bug, to be honest; while there is a somewhat decent fix, I believe this should be integrated into the library rather than waiting for...

> This is already supported though pretty badly documented; and I recommend using `filepath` for this kind of input (could use some better documentation as well). Unfortunately, the filepath being...

This is occurring for me even with Discord running. System: Pop!_OS 22.04 LTS I reinstalled Webstorm using JetBrains Toolbox instead of via Flatpak, no change. **My solution:** After switching Discord...

I know this comment doesn't add a whole lot to the discussion, but > I think it has bad DX (developer experience) right now - because I haven't really added...

Did you post your API key?

If you could show some of the code, that'd help me replicate it. Also, if maintainers could look into making this a built-in feature, I'm sure others would enjoy it.

> Leaving dependency issues up to the user is lazy coding, python for instance has a "try" statement that is useful for loading dependencies ... here is some code I...

Was dealing with this myself, Phone Link disabled two days after working with winutil and it's built-in OOShutup10, all I had to do was undo the button slider stating 'Disable...

Pretty sure you just needed to add the relevant `tokio` feature. ```toml [dependencies] tokio = { version = "1", features = ["full"] } ```