Results 16 issues of Matt

Also removes trailing whitespace https://github.com/farcaller/bplist-python/issues/10

I've extracted bplist data from a sqlite row of data from iTunes backup. When I try to parse it like this: `BPListReader.plistWithString(bplist_str)` I get this error: ``` python2.7/site-packages/bplist/bplist.py", line 147,...

https://github.com/georgemarshall/django-cryptography/blob/a5e5c5da834cd1194975187ec0cbf50be8934e1d/requirements.txt#L3 `django-cryptography==0.3` During pip install with python 2.7: ``` File "/usr/local/lib/python2.7/site-packages/appconf/base.py", line 107 class AppConf(metaclass=AppConfMetaClass): ^ SyntaxError: invalid syntax ```

Python 2.7.15 (v2.7.15:ca079a3ea3, Apr 29 2018, 20:59:26) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin django==1.11.15 django-cryptography==0.3 cryptography==2.3.1 settings.py ``` import cryptography.hazmat.primitives.hashes CRYPTOGRAPHY_DIGEST = cryptography.hazmat.primitives.hashes.BLAKE2b ``` ``` Traceback (most...

bug

Typically, when using SimpleListFilter, you get a text box that you can enter search text into and hit enter to search. Jet is transforming this search box into a dropdown...

Not sure if this is new or intermittent but account.sell_price (which hits /api/v1/prices/sell?qty=1) is throwing an empty Exception because Coinbase is returning: {u'errors': [u"You don't have that many bitcoins in...

- Using `_set_remote_attribute` to update a card wants a list of label ids - Creating a card with `add_card` wants a list of objects with `id` property on each object...

GTX 950 macOS Sierra 10.12.6 CUDA 9.0.197 ``` make -j install [ 17%] Building NVCC (Device) object CMakeFiles/xmrMinerCuda.dir/cryptonight/xmrMinerCuda_generated_cuda_cryptonight_core.cu.o [ 17%] Building NVCC (Device) object CMakeFiles/xmrMinerCuda.dir/cryptonight/xmrMinerCuda_generated_cuda_cryptonight_extra.cu.o [ 17%] Building NVCC (Device)...

I'm looking to store Unicode, not just latin-1 which seems to be Microsoft's favorite charset. my config ``` DATABASES = { 'default': { 'ENGINE': "sql_server.pyodbc", 'USER': None, 'PASSWORD': None, 'NAME':...