Damian Mendroch
Damian Mendroch
It seems the bool parser is not working with wchar_t although being included in the x3::standard_wide namespace. **Minimal Example:** ```cpp #include #include int main() { namespace x3 = boost::spirit::x3; std::wstring...
The HexValReader class converts numbers to a unsigned int value, while the BinValReader converts to a signed int. This is due to mpValReader.cpp, line 247, where a cast from unsigned...
The decorated_scene toolbar has unnecessary additional vertical spacing that arises from the display of empty tool names. You can see this spacing for instance in the images in https://github.com/enthought/mayavi/issues/1348 ....
Installing mayavi with vtk 9.5 leads to issues, see https://github.com/enthought/mayavi/issues/1346 and https://github.com/enthought/mayavi/issues/1350 Restricting ``"vtk < 9.5"`` in the requirements resolves them. It seems version specific segfaults must be addressed by...