Aaron Deadman
Aaron Deadman
Hi all, given Python 2's end of life in January 2020, is there any intention to add official support for async Python and await coroutines to the Stripe library in...
That's great to hear, an officially maintained library would be preferable to us than contributing to an unofficial one. How do you collect statistics on the python version your userbase...
This is still an issue. It appears the bootstrap populates the project-config.jam with just the path to the Python location, with the assumption that if we have this entry: ```...
I'm also getting this, Ubuntu 22.10 guest, macOS 13.3.1 host on Intel, running on the Apple Virtualisation backend (not qemu). Toggling the network interface on/off from the gnome shell top...
I found [this comment](https://github.com/andsens/homeshick/issues/124#issuecomment-63984418) which suggests that Bash now needs fdescfs mounted at `/dev/fd` to function properly, but it is not done by FreeBSD by default.
This might be related to [boostorg/build#481 ](https://github.com/boostorg/build/issues/481) where the Python installation is built with PyMalloc, so the header path has an `m` suffix (e.g. `path/to/Python/3.8.x/include/python3.8m`)
+1 - this bug means we cannot use xmltodict to create a py2/3 compatible library, as the interface for xml.sax.saxutils.XMLGenerator has changed in Python 3.2 to add this flag, but...
Looks good. One thing I felt was missing from the MySQL implementation was a way of adding new users to the database, the way the csv backing can. Let me...
@stephanbuys support for Mysql backing has been merged in [c69f3297d8](https://github.com/lawliet89/rowdy/commit/c69f3297d874bab5600f6a5775cc441c4c076d80) - not Postgres, but it's using Diesel and would be relatively low-hanging fruit to extend it to support Postgres as...
I'm also experiencing this bug, but interestingly with two identical keyboard layouts. Windows 7 server with Japanese keyboard layout, 2006 MacBook Pro also with Japanese keyboard layout. Both OS languages...