Destranix

Results 6 issues of Destranix

It's a larger file with the following header: `Zeitstempel,Url,Status,Beitrag` In a lot of the rows a "InvalidQuotes"-Error is returned. One of the rows is the following: ``` 2020-10-15T12:59:36Z,https://www.gutefrage.net/frage/pyschologen-sagen-kein-trauma,öffentlich," Was muss...

When trying to compile camp on MSVC the "/wd4251" flag is passed to nvcc probably leading to an error, as it's not recognized by nvcc. I'm using the following script...

When compiling using MSVC and Ninja the compiler flags are not correctly set cause the tool fails to identify the compiler. This can be avoided by extending the identification mechanism...

**Describe the bug** When compiling all cmake-Tests for isnan fail. Later then compiling fails with missing "std::_isnan" (no idea, why there is an underscore). Though "std::isnan" should exist on my...

First: I'm using the scanmatcher node with ros2 galactic (ported from humble with a few changes of included headers). When testing with gazebo, even for high odometry update rate (500...

question

MSVC seems to require entry points for some of your tests. I'm using the following build script: ``` @echo off setlocal cd /d %~dp0 reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i...