Dirk Thomas

Results 49 issues of Dirk Thomas

The [rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) plugin can be used to detect flaky tests and ignore them by trying to rerun previous failed tests. If a repeated run succeeds that is then considered "good...

enhancement

If `pydocstyle` could be invoked with `-` to indicate to read the content which should be linted from `stdin` that would enable better integration of the tool in various editors....

A very frequent confusion comes from the fact that people try code from one branch with a distro not matching that branch. I think we need a new page documenting...

enhancement
help wanted

Templates expanded by [configure_file](https://cmake.org/cmake/help/v3.10/command/configure_file.html) are usually using the file extension `.in`. It would be great if this package could also highlight those. In e.g. Atom the secondary file extension decides...

See https://github.com/ros/class_loader/pull/163#issuecomment-673150432

bug

The MessageEvent constructors not receiving connections header are "evil". I tried to remove them in #21 before but could not get rid of all code which uses it (therefore they...

bug

_From @nwbirnie on September 28, 2015 15:13_ I'm seeing an issue where output to log files appears to be buffered. The process is running in the background (created by roslaunch),...

enhancement

_From @inspire1989 on April 27, 2017 16:50_ Hi, I want to disable the ROS logging in the console completely, but still have the logging to the /rosout topic. I tried...

enhancement

_From @asmodehn on April 24, 2017 7:54_ I couldn't find any way to log into syslog from ROS log (C++ or python). Neither in code nor in the documentation... I...

enhancement

_From @bmagyar on May 15, 2018 22:2_ I've been using a header file that I carry with me from project to project for a while now. The main contribution of...

enhancement