Anna Zhukova

Results 5 comments of Anna Zhukova

It seems reasonable to me that xmltodict should convert non-string keys into strings automatically (like the json module does), or at least raise a proper exception to the user.

Hi, sorry for the delay. Yes, with `DOCTEST_CONFIG_USE_STD_HEADERS` it works okay, I just reported this to let you know if you wish to make it work by default also :)

So far I was unable to reproduce this, neither on git bash, nor on powershell 5/7, nor on command prompt. From experience, Unicode on Windows can get corrupted at a...

I think it's relevant because I'm generating stubs for a pybind11 project and they are incorrect :) I would have used mypy stubgen (which parses enums correctly) but it has...

Sorry for the back and forth, I should have started with an example. Here is an example enum in C++ ```c++ enum class ExampleEnum : int { A = 0,...