mr-bo-jangles

Results 17 comments of mr-bo-jangles

Realistically, we would love to be able to track every round/shell/grenade/etc that's fired/thrown from start to end, so that we can track how effective fire was and if there were...

I used Pycharm to do the conversion so it may not be completely done. Didnt check requirements and didn't fire it up as I'm on windows atm On Sun, 20...

Then could you use the chunked iterator to split and feed the hasher piece sized portions in parallel somewhere around line 101 with rayon returning the hashes with an index...

So we're likely encountering multiple issues: The first limit I've found is uTorrent with their limit of 65535 pieces per torrent file. "µTorrent won't open torrents with more than 65535...

> but it is certainly an imposition on existing users who have no need to support non-numeric PKs. How. What use case, supported by this library, are we breaking by...

So, the bad commit is somewhere in here: https://github.com/ValveSoftware/gamescope/compare/3.12.5...3.12.7 Looking at the comments on them, it looks like [this one](https://github.com/ValveSoftware/gamescope/commit/6b6ffcdaf80b926f96fd610717378240df918707#comments) caused issues for others.

@Joshua-Ashton sorry to ping you directly, but your name is attached to this commit and I'm struggling to find any info on what this could be doing via Google. It...

Never mind, the LUG for Star Citizen have a patch which resolves this issue for Star Citizen at least

Patch contents ``` diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index f53f49e..d77c48d 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -6482,12 +6482,7 @@ spawn_client( char **argv ) // Enable Gamescope WSI by default for nested....