MNRK01
MNRK01
Same issue here. I'm using an Anaconda provided Jupyter console started from a cmd.exe prompt. When I use ```options(device="windows")```, I get the same flicker that is reported above when using...
Thanks for the fast response. I recognize that you have had top make some tough decisions that balance many use-cases for plotting on various platforms and come up with the...
Thanks for digging into it. Your code block workaround is allowing me to do everything that I want to do in the iR console! Problem is solved. Looking forward to...
Thank you! I was able to rebuild and get past the configure stage error so that PR helps. But now the build fails at a later stage. The relevant part...
I dug in some more to figure out where the build is failing. It appears that ```_xxsubinterpreters.cp39-mingw_i686.def``` and other ```*.def``` files are not being written looking at the ```make.log``` that...
Interesting that your builds are running fine. My build runs flawlessly until it gets to python-3. I am using your scripts without modification. I've been taking a closer look at...
Hi, Thanks for making https://github.com/Jamaika1/mingw_std_threads/ available. The thread part now works well with gcc 11.1 based on limited testing of the code in my original report. However, I quickly ran...
It works much better now. I can build libicu and boost. I'm continuing to test other C++11 code. It looks like you no longer need to modify type_traits which is...