Saul Rennison

Results 46 comments of Saul Rennison

Many thanks for this! I've built on this as part of #52 - simplifying the API and integrating all of the integration tests. It's still WIP as there are a...

The problem with parsing with multiple threads is that demos are incremental by nature. You need to have read from the most recent string table snapshot/entity snapshot for subsequent entity...

This should be simple enough to add. Out of interest, what do you need this for?

Just want to say this is great - I had no idea that C# WASM was so simple. Rather than using the ReadAllAsync method, instead can you change to StartParsing/MoveNext...

Thanks for reporting. Is this data available in other parsers?

I'm going to assume that this data simply isn't in the demo files - please reopen if you can parse this data with another parser. Thanks

Please can you attach the affected demo? Thank you

I can't reproduce this with Deadlock streams (official Valve broadcasts). Are you still seeing this issue or was it caused by rate limiting?

@KevinRansom, I'm quoting the code from Roslyn EE: > // Native EE uses the accessibility of the property rather than getter > // so "public object P { private get;...

@KevinRansom sure. They could revert to the old behaviour of the native EE. > Of course, as is often the case, my personal logical view of the world collides with...