Randall Winkhart

Results 20 comments of Randall Winkhart

I am having this same issue. May I suggest switching to ed25519? Much more secure and won't be phased out for quite some time.

Is there an update for this? I want to remove the RSA workaround from my server, but I still have clients using Keepass2Android. Not here to rush, just wondering what...

> `enableLinuxVulkanAsync` is deprecated now? Each time I launch SteamVR, this parameter vanishes. I also have this issue, now. I can no longer disable async and my menus are all...

> > `enableLinuxVulkanAsync` is deprecated now? Each time I launch SteamVR, this parameter vanishes. > > I had the same issue, make note that each line ends with a comma...

> @PATAPOsha if you're still struggling, try using > > `SteamDeck=0 %command%` on game properties This fixed it for me!

MUSL has added pwritev2 support for v1.2.5. I don't have a system to test this with on me right now, but I found this worth noting. https://www.openwall.com/lists/musl/2024/03/01/2

I would love to see these dependencies (especially anything related to emoji) made optional in upstream Glamour. A project of mine that is soon to go public uses Glamour with...

> Id be lucky to even get back into a session, but from what was there, the bouncing of the steamvr grids and overlays, along with the steamvr menus awful...

This fixes a bug I was experiencing when starting lines with hyphens. I used the following simple program to demonstrate my issue: ```go func main() { fmt.Println(wrap.String(wordwrap.String("- This line wraps...