Henry Roeland
Henry Roeland
See Issue #29 Added on both InlineDiffBuilder and SideBySideDiffBuilder possibility to add more details by providing a detailsPack of IChunker(s). The InlineDiffBuilder on lowest level, is still missing the old...
Not a new idea I think but wat about multithreading support inside the streams? We use a webserver framework nancyfx together with SharpZipLib to serve rather large files to all...
Output is simple: Compile time: 101 (ms) Currently I've added the timing arround both Compile (StdIn/StdOut) and CompileFile. But this means that the printf can mess up when compiling to...
I'm busy looking at the performance of libsass-net and want to reference it with the source: "sassc.exe". However its hard to compare timing results because sassc does not have a...
Some small code issues found while compiling, analysing and cppchecking libsass.
- HtmlRenderer.PdfSharp for GDI based rendering: Tested with the Winforms App. - HtmlRenderer.SkiaSharp for Rendering using SkiaSharp: Work in progress! Using PdfSharpCore in stead of PdfSharp. Is far a I...
I couldnot find a kubernetes helm chart for pg_tileserv so wrote one myself. Is there already a helm chart that I overlooked? If not are you interested in a PR?...
FittedCS still Todo. As discussed in #121 this is the PoC trying to get ANTLR4 Parser generator lib working for Wkt. For (unit)tests result show that ANTLR4 is slower than...
The corresponding Unit tests and beneath comments show how to use this parser. I'm basing the parser on this document: [Chapter 9 - Wkt 1.2.1 ](https://portal.ogc.org/files/?artifact_id=25355) (Thanks to @airbreather) Plus...