main()
main()
Perhaps this is a duplicate of #91?
Thanks for the pull request! Things I noticed: - While indentation throughout this project is already severely screwed up, please at least try to keep things consistent within your contribution....
> The tabbing is different in the upload than it is in Visual Studio for some reason. That's because most IDEs (including Visual Studio) display tabs as 4 spaces -...
Note that messing with bitstream internals shouldn't be necessary for this particular part - the sequence numbers are right [here](https://github.com/EHVAG/demoinfo/blob/77826891574bd25e0b1f42fcc4df8dad1f1601c7/DemoInfo/DemoParser.cs#L649-L650).
Correctly parsing corrupt demos is pretty much impossible and not a goal of this project. Throwing an `EndOfStreamException` for a demo that ends prematurely is actually perfect.
Your explanation makes sense, this is one of the (multiple) problems that arise from the fact that molotovs are networked this way. The fix you describe looks correct to me,...
>When it needs to set the IP register, it additionally increments the SP register by that value. To clarify, this function is not used internally right? So this only affects...
Weird, now I'm confused why it worked when I just ignored `DW_CFA_GNU_args_size`?
No, sorry.
I'm pretty sure I understand what @baoyachi means here (I found this issue through google). https://github.com/SeaQL/sea-orm/blob/45840990211373aa799384ba3175c582d51b373f/src/executor/query.rs#L643-L687 The implementation of `TryGetableFromJson` always gets the value as `Option` first, and then invokes...