Kodi Arfer

Results 48 issues of Kodi Arfer

With Pillow 9.2.0 and (e.g.) matplotlib 3.5.2: ```console $ python3 -c 'import PIL; PIL.Image' Traceback (most recent call last): File "", line 1, in AttributeError: module 'PIL' has no attribute...

- Fixes #1126

A-lexing

The following appears to work, although it takes a while (about two and a half minutes). ```python import tableauscraper url = 'https://a816-healthtableau.nyc.gov/t/HDI-EPIQUERY/views/HDISurveillanceModules_syndromic/IndicatorbyNeighborhood' # From https://a816-health.nyc.gov/hdi/epiquery/visualizations?PageType=ts&PopulationSource=Syndromic ts = tableauscraper.TableauScraper() ts.loads(url) wb...

Can I get this to run in Wine on Ubuntu 15.10? Let's find out! One complication is that I use `WINEARCH=win32 WINEPREFIX=~/.wine32` for running Stardew Valley itself, whereas Stardew Farm...

enhancement

Notes to self for when this is merged: - Edit the release instructions. - Arrange Hyrule similarly.

I'm making good progress on [a game](https://github.com/hylang/simalq) using blessed, but I noticed that keys pressed while an animation is playing (i.e. during `time.sleep`) or during slow processing will be queued...

enhancement
S
needs-tests
needs-docs