Yves Goergen
Yves Goergen
I have read and understood your report but didn't get to try and reproduce it yet. I'm not working that much with popups so I can't provide any solution without...
That's by design, actually. This library does not support any proprietary extensions of other libraries. I might think about providing a plugin interface so you can add whatever crazy extension...
The same happens for the return type instead of method parameters. ``` C# class BaseClass { public virtual T GetValue() { return default(T); } } class SubClass : BaseClass {...
This is really bugging me again now. This very `InsertItem` override method. I have just upgraded from 0.9.5 to 0.9.6 and now it's broken when it wasn't before. I'm using...
I noticed that there is such a thing as explicit method overrides in CIL and it should be usable to find a base method in case this is set. I'm...
I'm currently in the process of fixing this issue. I can already resolve methods if they are using a single level of GenericParameters. Still trying to get the second level...
This is really a major issue here. My fix has worked for a long time, but recently I discovered that certain source assemblies contain structures that it can't handle. I...
There are known methods to simplify a track by removing irrelevant points. Have you seen those? Who says that the exported track needs to contain absolutely every single recorded location....
Sounds like the classic problem of path optimisation, or what it's called. Record with high resolution and later remove any points that have the least impact on precision (like along...
May I ask what's the use of multiple segments per track? I see there's that structure in GPX files, but I never had any use for them. I just need...