Jon Crall

Results 320 comments of Jon Crall

Looking on [stack overflow](https://stackoverflow.com/a/20937525/887074), one answer from 2014 reports that linux systems will use `libstdc++` because `libc++` is not complete and is not backwards compatible on linux systems. I verified...

I have this issue in both Python 2 and 3. It affects me on a daily basis.

The MWE is in the details. You can click the arrow to expand it. For convenience here it is in a gist as well: https://gist.github.com/Erotemic/dfdbf192004486e9f108b0334dd7fdcd

Fixes https://github.com/Erotemic/xdoctest/issues/184

I think this is now in working order. I've been able to run a demo. Setup: ```bash cd /opt/noaa/viame/ export PYTHONIOENCODING=utf-8 source setup_viame.sh # Test a Huggingface detector cd /opt/noaa/viame/examples/object_detection...

Probably needs to be reopened.

Can you point me at the doctest that failed? Or produce a MWE that I can add as a test to this repo?

Odd, this seems to be a combination of pydantic and the unicode character in the function name. ```python """ File: check.py CommandLine: # Fails xdoctest -m check.py list # Works...

Split into https://github.com/Erotemic/ubelt/pull/170 https://github.com/Erotemic/ubelt/pull/171 https://github.com/Erotemic/ubelt/pull/172

Same issue here. Note that I have found a separate repo: https://pypi.org/project/wids But the the homepage and github links just point back here, the code does not seem to correspond...