David Khristepher Santos
David Khristepher Santos
Given the following classes: ``` public class Top { public Middle[] MiddleArray { get; set; } } public class Middle { public string Name { get; set; } public string...
Hi, I wanted to be able to use DiscUtils to parse a MODE2/2352 image, however the library uses a fixed sector size of 2048, and does not handle the 12-byte...
I was able to build bibnumber on the following setup * Windows 10 * Visual Studio 2017 15.9 * CMake 3.13 * latest leptonica, tesseract from GitHub + CPPAN *...
I propose a way to filter entity names via regex configuration in yml A pattern will be used to extract the entity name and optionally apply a prefix or suffix....
Overridden VisitDynamic to support dynamic expressions and added some modifications with ternary (added brackets to remove ambiguity) The diff didn't work too well though.
**Support ng-hide for virtualized tree lists** I wanted to use vs-repeat in a tree list, where a hierarchical structure is rendered as a list, and nodes are expanded and collapsed...
Due to recent interest in the project, I've decided to start work on a GUI, with focus around batch processing. 
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? The main...
Right now I have a singel markdown file, but it's getting large and I'd lke to break it up into smaller files and be able to navigate between them. Suppose...
You can only assign a new class to a variable, not a property, or pass as an argument, or use anywhere an expression would be used. This should be possible...