Marcus Klang
Marcus Klang
Sorry for the late response. This is a problem with unsupported template expansion. The raw wikimarkup for the text that is incorrectly translated is: ``` Le {{s|XVII|e}} est considéré comme...
The backtrace indicates a parsing problem from the decompressed XML content. I'm using Woodstox to do the actual XML parsing and BZip2 decompression from Apache Commons Compress. I have encountered...
The problem is that an invalid character has entered the XML stream, which implies that the input dump is not a valid XML document/stream. The woodstox parser that I'm using...
I was unable to reproduce the exception you are getting. I downloaded the enwiki version you used (20150602), and ran a full XML parse through the entire dump via a...
I ran into the same issue. My Vulkan SDK has precompiled libraries for shaderc so for Windows you could potentially skip compiling it from source and use the precompiled static...
@realitix - I have now added a PR that I have tested with kompute on Windows 10, Linux (Ubuntu 16.04) and macOS (12.2.1). The test was to compile the compute...
This PR tries to resolve issue #3 It has been tested on Windows 10 with success. It is prepared for Linux and macOS - but I have not tested this...