Marcus Klang

Results 10 comments of 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...

> > In ROS 1 or ROS 2? In humble as well as Jazzy, I can resolve `python3-wrapt` and `python3-inflection` > > Might be a ROS1 issue then? I'm on...

Going through old issues that has not been addressed. Linting in general I think is a good idea. At the moment, I think we would be drown in noise over...

There is a more fundamental issue here. Arrays/Lists must be encoded in the world model, they cannot be directly stored as is. The current implementation in the world model just...