Daniel R Stromberg
Daniel R Stromberg
I'm attempting to bundle up a test program (an "hello world") as a macOS app using py2app. The error I get is: ``` /Applications/hello.app/Contents/MacOS/hello objc[823]: Class GNotificationCenterDelegate is implemented in...
fs.sshfs cannot walk the following nonunicode file: ```python >>> os.listdir('.') ['Ma\udcf1ana'] ``` The special character is a Spanish n~, in an unknown, 8 bit encoding. The error looks like: ```python...
Please forgive me for creating a duplicate issue for this. I don't think I can reopen the existing issue. timeout= isn't working for me with enqueue_at(). Looking at scheduler.py, it...
If I start a periodic job with a repetition count of 5, and from within each invocation of that job I submit a single non-periodic job to another worker, the...
Hi. Does hug's use of type annotations play nicely with mypy's use of type annotations? Thanks.
Hi. I'm working on getting coverage information out of a REST API written using Python+Falcon. To do this, I'm using coverage.py. It appears that coverage.py doesn't like to do its...
If I create a symlink like ./c/d/2 -> .. then pyfilesystem 2.0.20 gives: Traceback (most recent call last): File "/home/dstromberg/src/pyfilesystem-tests/lib/python3.6/site-packages/fs/osfs.py", line 468, in _scandir "is_dir": dir_entry.is_dir() OSError: [Errno 40] Too...
Restoring the Makefile, to facilitate installing all of micropython-lib.
Hi. What's the story with flatten_json on Python 3.x? You probably already know that Python 2.x will not be supported much longer. I'm asking mostly because caniusepython3 identified flatten_json as...