Pavel Djundik

Results 227 issues of Pavel Djundik

There's this code: https://github.com/ianlancetaylor/demangle/blob/81f5be970ecae4046912a026004100b0535be16e/demangle.go#L153-L156 I don't see why it can't support double underscores by itself either. Currently it requires manually stripping the underscore, but then it breaks demangling strings that...

See #1689 for discussion. Currently for every invocation of these functions, a new Regex instance is created which is wasteful. A quick fix that should work would be using static...

enhancement
Solved

It doesn't blend correctly compared to in-game. game: ![image](https://github.com/user-attachments/assets/fb473709-0739-4dee-8c6c-768b05fd7101) s2v: ![image](https://github.com/user-attachments/assets/10368cdb-2bd5-472e-aa1e-fec02d73b1d6)

enhancement
help wanted
renderer

https://github.com/ValveResourceFormat/ValveResourceFormat/blob/05f522551dcde704fa3faa9088570070380648f7/GUI/Types/Renderer/Shaders/post_processing.frag#L39-L41 see comparison screenshot in #830

enhancement
help wanted
renderer

Copied from ValveKeyValue, do we want this?

enhancement

Packets were captured with an anonymous login. This only tests that the expected callback was posted to the client. This could allow us to quickly increase test coverage of all...

enhancement

``` [xUnit.net 00:00:00.49] Tests.SmartCMServerListFacts.GetNextServerCandidate_OnlyReturnsMatchingServerOfType [FAIL] [xUnit.net 00:00:00.49] Assert.Equal() Failure: Strings differ [xUnit.net 00:00:00.49] ↓ (pos 0) [xUnit.net 00:00:00.49] Expected: "category" [xUnit.net 00:00:00.49] Actual: "ServerList" [xUnit.net 00:00:00.49] ↑ (pos 0) [xUnit.net...

bug

![image](https://github.com/user-attachments/assets/60b6d92e-6b5f-44ae-bc8a-e54dae52d1c1) I am using some APIs that put json requests in the query parameter and it works but the experience is a bit subpar in Thunder because it's the input...

feature request

It seems that DD doesn't actually have a loop that runs callbacks, maybe we need to start a new task that does that constantly.

enhancement

https://steamdb.info/app/480/history/?changeid=24418165 This like uses CMsgClientPICSPrivateBetaRequest: https://github.com/SteamDatabase/Protobufs/blob/b37564a1486326c82ff08c63c512ffb25d3585aa/steam/steammessages_clientserver_appinfo.proto#L133-L143

enhancement