Jingchao Feng

Results 17 comments of Jingchao Feng
trafficstars

@Kryptos-FR Was gonna +1 this until I realized this is only a single class. However, nuget is also for managing external code and updates.

I briefly tried to understand the code here. It appears that this project is using the pre-SU8 `ASOBO_GT_Knob_Infinite_PushPull` templates for push/pull knobs in `src/behavior/src/A32NX_Interior_FCU.xml`. The SDK documentation [Creating Interactions Using...

my idea is to throw an exception when an error occurs. and they can all be handled somewhere(whoever called them) with the opportunity to show an error message dialog or...

This is an example ``` C# /// Get Trade Offer by ID. /// Network related problem. /// tradeOfferId is null /// Invalid server's response. public TradeOffer GetOffer(string tradeOfferId) { if...

I'm currently working on a PR for this. My application needs to run on VPS but there is a bug in SteamKit causing error until 1.7. So it's kind of...

@waylaidwanderer Well, it seems that some virtual machines are fine. The related SteamKit issue is https://github.com/SteamRE/SteamKit/issues/200

IMHO there shouldn't even be a Log.cs because the built-in TraceSource already has all the functionalities our Log has.

I'll probably wait for you to finish everything then start working on my changes By the way... I'm still using the v1 version you uploaded years ago

This is what I think folders should be arranged 1. Combine all projects into one solution file 2. Move project files into their own directories as opposed to being place...

I have the same need here. Now that you mentioned it, ill look into this too