Loisaida Sam

Results 15 issues of Loisaida Sam

It would be nice to have a CSV of songs by title with associated chords. Initial work/thoughts/discussion in this PR: https://github.com/keunwoochoi/lstm_real_book/pull/1

Not currently working out of the box due to Tweepy updates. The version of Tweepy in [requirements.txt](https://github.com/bwbaugh/twitter-corpus/blob/c5368852fbb43034e9d8950ce53f8571d4d263b3/requirements.txt#L4) is `1.11` which [uses the old twitter v1 endpoint](https://github.com/tweepy/tweepy/blob/80e5edd61b207e4f15de11a79474972489c56247/tweepy/streaming.py#L17). The current version is...

When building indexes of varying sizes I ran into some issues with some of the larger sizes.. Here's what my index creation code looks like: ```python # imagine `vectors` is...

bug

This would be nice: ``` $ pip install sentry-auth-saml2 ``` instead of the current recommended installation method of ``` $ pip install https://github.com/getsentry/sentry-auth-saml2/archive/master.zip ```