Oleg Gubanov

Results 4 comments of Oleg Gubanov

Suppose one of your tests terminates the whole process, but you don't know which test does that. Then, it would be helpful to have the name of each test printed...

`Py_DEBUG` can be set as ``` target_compile_definitions(pybind_example PUBLIC Py_DEBUG) ``` After that, the project compiles, but there are linker errors saying that `python38_d.dll` is not found. After adding that to...

The "unexpected EOF. malformed file?" exception happens when opening a well-formed ASCII file, such as this file: [https://people.sc.fsu.edu/~jburkardt/data/ply/airplane.ply](https://people.sc.fsu.edu/~jburkardt/data/ply/airplane.ply). The exception happens in tinyply 2.3.4, but not in tinyply 2.3.2. It...

I had this problem. I tried `wsl --update`, but the problem persisted. Then, I tried installing"Windows Subsystem for Linux" from Microsoft Store, but that did not help either. Then, I...