Simon Holmberg
Simon Holmberg
It would be super useful if the bot edited the message to link to the VOD of the broadcast after the broadcast has ended! I don't know about the other...
These are the changes we made to support optional installation based on component selection. We don't expect this to be merged as is, but maybe it's useful to someone or...
Since the "device index" tends to change when you attach/detach devices, I've added an additional argument "-n" that will choose an end-point based on its friendly name, which remains constant.
https://github.com/Josh4428/bigg/blob/e714c764b4e1b272722870a0580328b0db0fcd79/src/bigg.cpp#L233-L235 Sometimes the dt calculation comes out as 0, causing this assert in Imgui to hit https://github.com/ocornut/imgui/blob/e7e170c534d27ae32f7b87d17295036ed9c9af81/imgui.cpp#L7146 Not sure why Imgui absolutely requires dt to be greater than 0, but...
Since Nvidia Gamestream is the only streaming method I've found that has negligible latency, I've found myself often using it to watch and stream games between friends and the like....
I've been getting internal exceptions like these a lot, crashing my application for a lot of users. I'm not sure _when_ this happens, but it does... Also not sure if...
Valheim is updating almost daily, feels like, and it's really hard to keep up with keeping mods and the alternative branch of ValheimPlus working. We just want to stay on...
https://github.com/formkit/auto-animate/blame/b62aa87b0ce6b90c92fb7ebb06a3da49f74b7f77/src/index.ts#L428 Due to this `Math.round`, element sizes are changed from their _actual_ size while animating, causing flex elements with text to wrap. https://github.com/formkit/auto-animate/assets/262378/7286b88a-5da9-43eb-854c-ec1d2bb23265 For example, here I have a flex...